#2C8EBD

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

Shades of Pelorous #2C8EBD

Tints of Pelorous #2C8EBD

Color information

#2C8EBD (or 0x2C8EBD) is unknown color: approx Pelorous. HEX triplet: 2C, 8E and BD. RGB value is (44,142,189). Sum of RGB (Red+Green+Blue) = 44+142+189=375 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.73% from 375); Green value is 142 (55.86% from 255 or 37.87% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #2C8EBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C8EBD is #D37142. Grayscale: #757575. Windows color (decimal): -13857091 or 12422700. OLE color: 12422700.

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

Color convert

RGB44142189-
CMYK0.770.2500.26
HSL199.45º62.23%45.69%-
HSV(B)199.45º76.72%74.12%-
XYZ19.923.5651.64-
YUV118.06168.0375.18-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.73%
GREEN value IS 142 (55.86% from 255) = 37.87%
BLUE value IS 189 (74.22% from 255) = 50.4%
R=11.73%
G=37.87%
B=50.4%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal441421890.770.2500.26199.4562.2345.69
Hex2C8EBD4D1901Ac73e2e
Octal54216275115310323077656
Binary101100100011101011110110011011100101101011000111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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