Html Css Color HEX #2E5F71 Blumine

📋 copy color: '#2E5F71'

red 46 ◦ green 95 ◦ blue 113

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

Shades of Blumine #2E5F71

Tints of Blumine #2E5F71

RGB

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

 GREEN value IS 95 (37.5% from 255) = 37.4%

 BLUE value IS 113 (44.53% from 255) = 44.49%

R = 18.11%
G = 37.4%
B = 44.49%

CMYK

 C value IS 0.59

 M value IS 0.16

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2E5F71 (or 0x2E5F71) is known color: Blumine. HEX triplet: 2E, 5F and 71. RGB value is (46,95,113). Sum of RGB (Red+Green+Blue) = 46+95+113=254 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.11% from 254); Green value is 95 (37.5% from 255 or 37.40% from 254); Blue value is 113 (44.53% from 255 or 44.49% from 254); Max value from RGB is 113 - color contains mainly: blue. Hex color #2E5F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5F71 is #D1A08E. Grayscale: #525252. Windows color (decimal): -13738127 or 7429934. OLE color: 7429934.

HSL color Cylindrical-coordinate representation of color #2E5F71: hue angle of 196.12º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E5F71 is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 46 95 113 -
CMYK 0.59 0.16 0 0.56
HSL 196.12º 0.42% 0.31% -
HSV(B) 196.12º 0.59% 0.44% -
XYZ 8.2 9.96 17.11 -
YUV 82.4 145.27 102.04 -
System Red Green Blue C M Y K H S L
Decimal 46 95 113 0.59 0.16 0 0.56 196.12 0.42 0.31
Hex 2E 5F 71 3B 10 0 38 C4 2A 1F
Octal 56 137 161 73 20 0 70 304 52 37
Binary 101110 1011111 1110001 111011 10000 0 111000 11000100 101010 11111

Color Harmonies of #2E5F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5F71

Black with #2E5F71

Text Example


Text Example

White with #2E5F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,95,113); }

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

background-color css

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

 a { background-color: rgb(46,95,113); }

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

border-color css

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

 span { border-color: rgb(46,95,113); }

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