#2785BA

Color #2785BA Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #2785BA

Tints of Curious Blue #2785BA

Color information

#2785BA (or 0x2785BA) is unknown color: approx Curious Blue. HEX triplet: 27, 85 and BA. RGB value is (39,133,186). Sum of RGB (Red+Green+Blue) = 39+133+186=358 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.89% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #2785BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2785BA is #D87A45. Grayscale: #6E6E6E. Windows color (decimal): -14187078 or 12223783. OLE color: 12223783.

HSL color Cylindrical-coordinate representation of color #2785BA: hue angle of 201.63º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2785BA is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB39133186-
CMYK0.790.2800.27
HSL201.63º65.33%44.12%-
HSV(B)201.63º79.03%72.94%-
XYZ18.0920.7549.51-
YUV110.94170.3676.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 10.89%
GREEN value IS 133 (52.34% from 255) = 37.15%
BLUE value IS 186 (73.05% from 255) = 51.96%
R=10.89%
G=37.15%
B=51.96%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal391331860.790.2800.27201.6365.3344.12
Hex2785BA4F1C01Bca412c
Octal472052721173403331210154
Binary1001111000010110111010100111111100011011110010101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2785BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2785BA; }

 p { color: rgb(39,133,186); }

 H1.HeaderClassName
 {
   color: #2785BA;
 }
 .AnyTagClassName
 {
   color: #2785BA;
 }
</style>
background-color css

<style>
 a { background-color: #2785BA; }

 a { background-color: rgb(39,133,186); }

 div.DivClassName
 {
   background-color: #2785BA;
 }
 .BgClassName
 {
   background-color: #2785BA;
 }
</style>
border-color css

<style>
 span { border-color: #2785BA; }

 span { border-color: rgb(39,133,186); }

 td.TdClassName
 {
   border-color: #2785BA;
 }
 .TagClassName
 {
   border-color: #2785BA;
 }
</style>