#2E9BCB

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

Shades of Pelorous #2E9BCB

Tints of Pelorous #2E9BCB

Color information

#2E9BCB (or 0x2E9BCB) is unknown color: approx Pelorous. HEX triplet: 2E, 9B and CB. RGB value is (46,155,203). Sum of RGB (Red+Green+Blue) = 46+155+203=404 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.39% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #2E9BCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E9BCB is #D16434. Grayscale: #7F7F7F. Windows color (decimal): -13722677 or 13343534. OLE color: 13343534.

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

Color convert

RGB46155203-
CMYK0.770.2400.20
HSL198.34º63.05%48.82%-
HSV(B)198.34º77.34%79.61%-
XYZ23.6328.3460.72-
YUV127.88170.3969.6-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.39%
GREEN value IS 155 (60.94% from 255) = 38.37%
BLUE value IS 203 (79.69% from 255) = 50.25%
R=11.39%
G=38.37%
B=50.25%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal461552030.770.2400.20198.3463.0548.82
Hex2E9BCB4D18014c63f31
Octal56233313115300243067761
Binary101110100110111100101110011011100001010011000110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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