#2785C2

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

Shades of Curious Blue #2785C2

Tints of Curious Blue #2785C2

Color information

#2785C2 (or 0x2785C2) is unknown color: approx Curious Blue. HEX triplet: 27, 85 and C2. RGB value is (39,133,194). Sum of RGB (Red+Green+Blue) = 39+133+194=366 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.66% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 194 (76.17% from 255 or 53.01% from 366); Max value from RGB is 194 - color contains mainly: blue. Hex color #2785C2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2785C2 is #D87A3D. Grayscale: #6F6F6F. Windows color (decimal): -14187070 or 12748071. OLE color: 12748071.

HSL color Cylindrical-coordinate representation of color #2785C2: hue angle of 203.61º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2785C2 is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB39133194-
CMYK0.800.3100.24
HSL203.61º66.52%45.69%-
HSV(B)203.61º79.9%76.08%-
XYZ18.9621.154.11-
YUV111.85174.3676.04-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.66%
GREEN value IS 133 (52.34% from 255) = 36.34%
BLUE value IS 194 (76.17% from 255) = 53.01%
R=10.66%
G=36.34%
B=53.01%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal391331940.800.3100.24203.6166.5245.69
Hex2785C2501F018cc432e
Octal472053021203703031410356
Binary1001111000010111000010101000011111011000110011001000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2785C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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