Html Css Color HEX #2E92BC Pelorous

📋 copy color: '#2E92BC'

red 46 ◦ green 146 ◦ blue 188

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

Shades of Pelorous #2E92BC

Tints of Pelorous #2E92BC

RGB

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

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

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

R = 12.11%
G = 38.42%
B = 49.47%

CMYK

 C value IS 0.76

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2E92BC (or 0x2E92BC) is known color: Pelorous. HEX triplet: 2E, 92 and BC. RGB value is (46,146,188). Sum of RGB (Red+Green+Blue) = 46+146+188=380 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.11% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #2E92BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E92BC is #D16D43. Grayscale: #787878. Windows color (decimal): -13724996 or 12358190. OLE color: 12358190.

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

Color convert

RGB 46 146 188 -
CMYK 0.76 0.22 0 0.26
HSL 197.75º 0.61% 0.46% -
HSV(B) 197.75º 0.76% 0.74% -
XYZ 20.48 24.77 51.28 -
YUV 120.89 165.87 74.58 -
System Red Green Blue C M Y K H S L
Decimal 46 146 188 0.76 0.22 0 0.26 197.75 0.61 0.46
Hex 2E 92 BC 4C 16 0 1A C6 3D 2E
Octal 56 222 274 114 26 0 32 306 75 56
Binary 101110 10010010 10111100 1001100 10110 0 11010 11000110 111101 101110

Color Harmonies of #2E92BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E92BC

Black with #2E92BC

Text Example


Text Example

White with #2E92BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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