Html Css Color HEX #2E9FBC Pelorous

📋 copy color: '#2E9FBC'

red 46 ◦ green 159 ◦ blue 188

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

Shades of Pelorous #2E9FBC

Tints of Pelorous #2E9FBC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.46%

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

R = 11.7%
G = 40.46%
B = 47.84%

CMYK

 C value IS 0.76

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2E9FBC (or 0x2E9FBC) is known color: Pelorous. HEX triplet: 2E, 9F and BC. RGB value is (46,159,188). Sum of RGB (Red+Green+Blue) = 46+159+188=393 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.70% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #2E9FBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E9FBC is #D16043. Grayscale: #808080. Windows color (decimal): -13721668 or 12361518. OLE color: 12361518.

HSL color Cylindrical-coordinate representation of color #2E9FBC: hue angle of 192.25º 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 #2E9FBC is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 46 159 188 -
CMYK 0.76 0.15 0 0.26
HSL 192.25º 0.61% 0.46% -
HSV(B) 192.25º 0.76% 0.74% -
XYZ 22.6 29.01 51.98 -
YUV 128.52 161.56 69.14 -
System Red Green Blue C M Y K H S L
Decimal 46 159 188 0.76 0.15 0 0.26 192.25 0.61 0.46
Hex 2E 9F BC 4C F 0 1A C0 3D 2E
Octal 56 237 274 114 17 0 32 300 75 56
Binary 101110 10011111 10111100 1001100 1111 0 11010 11000000 111101 101110

Color Harmonies of #2E9FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9FBC

Black with #2E9FBC

Text Example


Text Example

White with #2E9FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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