#2E9EB7

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

Shades of Pelorous #2E9EB7

Tints of Pelorous #2E9EB7

Color information

#2E9EB7 (or 0x2E9EB7) is unknown color: approx Pelorous. HEX triplet: 2E, 9E and B7. RGB value is (46,158,183). Sum of RGB (Red+Green+Blue) = 46+158+183=387 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.89% from 387); Green value is 158 (62.11% from 255 or 40.83% from 387); Blue value is 183 (71.88% from 255 or 47.29% from 387); Max value from RGB is 183 - color contains mainly: blue. Hex color #2E9EB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E9EB7 is #D16148. Grayscale: #7F7F7F. Windows color (decimal): -13721929 or 12033582. OLE color: 12033582.

HSL color Cylindrical-coordinate representation of color #2E9EB7: hue angle of 190.95º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E9EB7 is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB46158183-
CMYK0.750.1400.28
HSL190.95º59.83%44.9%-
HSV(B)190.95º74.86%71.76%-
XYZ21.928.4549.14-
YUV127.36159.3969.97-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.89%
GREEN value IS 158 (62.11% from 255) = 40.83%
BLUE value IS 183 (71.88% from 255) = 47.29%
R=11.89%
G=40.83%
B=47.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal461581830.750.1400.28190.9559.8344.9
Hex2E9EB74BE01Cbf3c2d
Octal56236267113160342777455
Binary10111010011110101101111001011111001110010111111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,158,183); }

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

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

 a { background-color: rgb(46,158,183); }

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

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

 span { border-color: rgb(46,158,183); }

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