Html Css Color HEX #2E9EBC Pelorous

📋 copy color: '#2E9EBC'

red 46 ◦ green 158 ◦ blue 188

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

Shades of Pelorous #2E9EBC

Tints of Pelorous #2E9EBC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.31%

 BLUE value IS 188 (73.83% from 255) = 47.96%

R = 11.73%
G = 40.31%
B = 47.96%

CMYK

 C value IS 0.76

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2E9EBC (or 0x2E9EBC) is known color: Pelorous. HEX triplet: 2E, 9E and BC. RGB value is (46,158,188). Sum of RGB (Red+Green+Blue) = 46+158+188=392 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.73% from 392); Green value is 158 (62.11% from 255 or 40.31% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #2E9EBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E9EBC is #D16143. Grayscale: #7F7F7F. Windows color (decimal): -13721924 or 12361262. OLE color: 12361262.

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

Color convert

RGB 46 158 188 -
CMYK 0.76 0.16 0 0.26
HSL 192.68º 0.61% 0.46% -
HSV(B) 192.68º 0.76% 0.74% -
XYZ 22.43 28.67 51.93 -
YUV 127.93 161.89 69.56 -
System Red Green Blue C M Y K H S L
Decimal 46 158 188 0.76 0.16 0 0.26 192.68 0.61 0.46
Hex 2E 9E BC 4C 10 0 1A C1 3D 2E
Octal 56 236 274 114 20 0 32 301 75 56
Binary 101110 10011110 10111100 1001100 10000 0 11010 11000001 111101 101110

Color Harmonies of #2E9EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9EBC

Black with #2E9EBC

Text Example


Text Example

White with #2E9EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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