Html Css Color HEX #2E92AC Pelorous

📋 copy color: '#2E92AC'

red 46 ◦ green 146 ◦ blue 172

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

Shades of Pelorous #2E92AC

Tints of Pelorous #2E92AC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.11%

 BLUE value IS 172 (67.58% from 255) = 47.25%

R = 12.64%
G = 40.11%
B = 47.25%

CMYK

 C value IS 0.73

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2E92AC (or 0x2E92AC) is known color: Pelorous. HEX triplet: 2E, 92 and AC. RGB value is (46,146,172). Sum of RGB (Red+Green+Blue) = 46+146+172=364 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.64% from 364); Green value is 146 (57.42% from 255 or 40.11% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #2E92AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E92AC is #D16D53. Grayscale: #767676. Windows color (decimal): -13725012 or 11309614. OLE color: 11309614.

HSL color Cylindrical-coordinate representation of color #2E92AC: hue angle of 192.38º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E92AC is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 46 146 172 -
CMYK 0.73 0.15 0 0.33
HSL 192.38º 0.58% 0.43% -
HSV(B) 192.38º 0.73% 0.67% -
XYZ 18.85 24.12 42.69 -
YUV 119.06 157.87 75.89 -
System Red Green Blue C M Y K H S L
Decimal 46 146 172 0.73 0.15 0 0.33 192.38 0.58 0.43
Hex 2E 92 AC 49 F 0 21 C0 3A 2B
Octal 56 222 254 111 17 0 41 300 72 53
Binary 101110 10010010 10101100 1001001 1111 0 100001 11000000 111010 101011

Color Harmonies of #2E92AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E92AC

Black with #2E92AC

Text Example


Text Example

White with #2E92AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,146,172); }

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

background-color css

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

 a { background-color: rgb(46,146,172); }

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

border-color css

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

 span { border-color: rgb(46,146,172); }

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