#2C85C0

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

Shades of Curious Blue #2C85C0

Tints of Curious Blue #2C85C0

Color information

#2C85C0 (or 0x2C85C0) is unknown color: approx Curious Blue. HEX triplet: 2C, 85 and C0. RGB value is (44,133,192). Sum of RGB (Red+Green+Blue) = 44+133+192=369 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.92% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 192 (75.39% from 255 or 52.03% from 369); Max value from RGB is 192 - color contains mainly: blue. Hex color #2C85C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C85C0 is #D37A3F. Grayscale: #707070. Windows color (decimal): -13859392 or 12617004. OLE color: 12617004.

HSL color Cylindrical-coordinate representation of color #2C85C0: hue angle of 203.92º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C85C0 is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB44133192-
CMYK0.770.3100.25
HSL203.92º62.71%46.27%-
HSV(B)203.92º77.08%75.29%-
XYZ18.9421.1252.95-
YUV113.12172.5178.7-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.92%
GREEN value IS 133 (52.34% from 255) = 36.04%
BLUE value IS 192 (75.39% from 255) = 52.03%
R=11.92%
G=36.04%
B=52.03%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal441331920.770.3100.25203.9262.7146.27
Hex2C85C04D1F019cc3f2e
Octal54205300115370313147756
Binary101100100001011100000010011011111101100111001100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C85C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C85C0; }

 p { color: rgb(44,133,192); }

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

<style>
 a { background-color: #2C85C0; }

 a { background-color: rgb(44,133,192); }

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

<style>
 span { border-color: #2C85C0; }

 span { border-color: rgb(44,133,192); }

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