#2C8EC0

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

Shades of Curious Blue #2C8EC0

Tints of Curious Blue #2C8EC0

Color information

#2C8EC0 (or 0x2C8EC0) is unknown color: approx Curious Blue. HEX triplet: 2C, 8E and C0. RGB value is (44,142,192). Sum of RGB (Red+Green+Blue) = 44+142+192=378 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.64% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 192 (75.39% from 255 or 50.79% from 378); Max value from RGB is 192 - color contains mainly: blue. Hex color #2C8EC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C8EC0 is #D3713F. Grayscale: #767676. Windows color (decimal): -13857088 or 12619308. OLE color: 12619308.

HSL color Cylindrical-coordinate representation of color #2C8EC0: hue angle of 200.27º 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 #2C8EC0 is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB44142192-
CMYK0.770.2600.25
HSL200.27º62.71%46.27%-
HSV(B)200.27º77.08%75.29%-
XYZ20.2323.6953.38-
YUV118.4169.5374.93-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.64%
GREEN value IS 142 (55.86% from 255) = 37.57%
BLUE value IS 192 (75.39% from 255) = 50.79%
R=11.64%
G=37.57%
B=50.79%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal441421920.770.2600.25200.2762.7146.27
Hex2C8EC04D1A019c83f2e
Octal54216300115320313107756
Binary101100100011101100000010011011101001100111001000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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