Html Css Color HEX #2E9CBE Pelorous

📋 copy color: '#2E9CBE'

red 46 ◦ green 156 ◦ blue 190

#2E9CBE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #2E9CBE

Tints of Pelorous #2E9CBE

RGB

 RED value IS 46 (18.36% from 255) = 11.73%

 GREEN value IS 156 (61.33% from 255) = 39.8%

 BLUE value IS 190 (74.61% from 255) = 48.47%

R = 11.73%
G = 39.8%
B = 48.47%

CMYK

 C value IS 0.76

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2E9CBE (or 0x2E9CBE) is known color: Pelorous. HEX triplet: 2E, 9C and BE. RGB value is (46,156,190). Sum of RGB (Red+Green+Blue) = 46+156+190=392 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.73% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E9CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E9CBE is #D16341. Grayscale: #7E7E7E. Windows color (decimal): -13722434 or 12491822. OLE color: 12491822.

HSL color Cylindrical-coordinate representation of color #2E9CBE: hue angle of 194.17º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E9CBE is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 156 190 -
CMYK 0.76 0.18 0 0.25
HSL 194.17º 0.61% 0.46% -
HSV(B) 194.17º 0.76% 0.75% -
XYZ 22.31 28.08 52.96 -
YUV 126.99 163.56 70.24 -
System Red Green Blue C M Y K H S L
Decimal 46 156 190 0.76 0.18 0 0.25 194.17 0.61 0.46
Hex 2E 9C BE 4C 12 0 19 C2 3D 2E
Octal 56 234 276 114 22 0 31 302 75 56
Binary 101110 10011100 10111110 1001100 10010 0 11001 11000010 111101 101110

Color Harmonies of #2E9CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9CBE

Black with #2E9CBE

Text Example


Text Example

White with #2E9CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E9CBE;
 }
 .AnyTagClassName
 {
   color: #2E9CBE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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