Html Css Color HEX #2E97CB Pelorous

📋 copy color: '#2E97CB'

red 46 ◦ green 151 ◦ blue 203

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

Shades of Pelorous #2E97CB

Tints of Pelorous #2E97CB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.75%

 BLUE value IS 203 (79.69% from 255) = 50.75%

R = 11.5%
G = 37.75%
B = 50.75%

CMYK

 C value IS 0.77

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2E97CB (or 0x2E97CB) is known color: Pelorous. HEX triplet: 2E, 97 and CB. RGB value is (46,151,203). Sum of RGB (Red+Green+Blue) = 46+151+203=400 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.5% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #2E97CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E97CB is #D16834. Grayscale: #7D7D7D. Windows color (decimal): -13723701 or 13342510. OLE color: 13342510.

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

Color convert

RGB 46 151 203 -
CMYK 0.77 0.26 0 0.20
HSL 199.87º 0.63% 0.49% -
HSV(B) 199.87º 0.77% 0.8% -
XYZ 22.97 27.03 60.51 -
YUV 125.53 171.71 71.27 -
System Red Green Blue C M Y K H S L
Decimal 46 151 203 0.77 0.26 0 0.20 199.87 0.63 0.49
Hex 2E 97 CB 4D 1A 0 14 C8 3F 31
Octal 56 227 313 115 32 0 24 310 77 61
Binary 101110 10010111 11001011 1001101 11010 0 10100 11001000 111111 110001

Color Harmonies of #2E97CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E97CB

Black with #2E97CB

Text Example


Text Example

White with #2E97CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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