#2C8EBC

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

Shades of Pelorous #2C8EBC

Tints of Pelorous #2C8EBC

Color information

#2C8EBC (or 0x2C8EBC) is unknown color: approx Pelorous. HEX triplet: 2C, 8E and BC. RGB value is (44,142,188). Sum of RGB (Red+Green+Blue) = 44+142+188=374 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.76% from 374); Green value is 142 (55.86% from 255 or 37.97% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #2C8EBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C8EBC is #D37143. Grayscale: #757575. Windows color (decimal): -13857092 or 12357164. OLE color: 12357164.

HSL color Cylindrical-coordinate representation of color #2C8EBC: hue angle of 199.17º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C8EBC is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB44142188-
CMYK0.770.2400.26
HSL199.17º62.07%45.49%-
HSV(B)199.17º76.6%73.73%-
XYZ19.7923.5151.07-
YUV117.94167.5375.26-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.76%
GREEN value IS 142 (55.86% from 255) = 37.97%
BLUE value IS 188 (73.83% from 255) = 50.27%
R=11.76%
G=37.97%
B=50.27%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal441421880.770.2400.26199.1762.0745.49
Hex2C8EBC4D1801Ac73e2d
Octal54216274115300323077655
Binary101100100011101011110010011011100001101011000111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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