#2E9CCB

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

Shades of Pelorous #2E9CCB

Tints of Pelorous #2E9CCB

Color information

#2E9CCB (or 0x2E9CCB) is unknown color: approx Pelorous. HEX triplet: 2E, 9C and CB. RGB value is (46,156,203). Sum of RGB (Red+Green+Blue) = 46+156+203=405 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.36% from 405); Green value is 156 (61.33% from 255 or 38.52% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #2E9CCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E9CCB is #D16334. Grayscale: #808080. Windows color (decimal): -13722421 or 13343790. OLE color: 13343790.

HSL color Cylindrical-coordinate representation of color #2E9CCB: hue angle of 197.96º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E9CCB is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB46156203-
CMYK0.770.2300.20
HSL197.96º63.05%48.82%-
HSV(B)197.96º77.34%79.61%-
XYZ23.7928.6760.78-
YUV128.47170.0669.18-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.36%
GREEN value IS 156 (61.33% from 255) = 38.52%
BLUE value IS 203 (79.69% from 255) = 50.12%
R=11.36%
G=38.52%
B=50.12%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal461562030.770.2300.20197.9663.0548.82
Hex2E9CCB4D17014c63f31
Octal56234313115270243067761
Binary101110100111001100101110011011011101010011000110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,156,203); }

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

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

 a { background-color: rgb(46,156,203); }

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

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

 span { border-color: rgb(46,156,203); }

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