Html Css Color HEX #2E5762 Blumine

📋 copy color: '#2E5762'

red 46 ◦ green 87 ◦ blue 98

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

Shades of Blumine #2E5762

Tints of Blumine #2E5762

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.66%

 BLUE value IS 98 (38.67% from 255) = 42.42%

R = 19.91%
G = 37.66%
B = 42.42%

CMYK

 C value IS 0.53

 M value IS 0.11

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2E5762 (or 0x2E5762) is known color: Blumine. HEX triplet: 2E, 57 and 62. RGB value is (46,87,98). Sum of RGB (Red+Green+Blue) = 46+87+98=231 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.91% from 231); Green value is 87 (34.38% from 255 or 37.66% from 231); Blue value is 98 (38.67% from 255 or 42.42% from 231); Max value from RGB is 98 - color contains mainly: blue. Hex color #2E5762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5762 is #D1A89D. Grayscale: #4B4B4B. Windows color (decimal): -13740190 or 6444846. OLE color: 6444846.

HSL color Cylindrical-coordinate representation of color #2E5762: hue angle of 192.69º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E5762 is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 46 87 98 -
CMYK 0.53 0.11 0 0.62
HSL 192.69º 0.36% 0.28% -
HSV(B) 192.69º 0.53% 0.38% -
XYZ 6.74 8.28 12.8 -
YUV 76 140.42 106.61 -
System Red Green Blue C M Y K H S L
Decimal 46 87 98 0.53 0.11 0 0.62 192.69 0.36 0.28
Hex 2E 57 62 35 B 0 3E C1 24 1C
Octal 56 127 142 65 13 0 76 301 44 34
Binary 101110 1010111 1100010 110101 1011 0 111110 11000001 100100 11100

Color Harmonies of #2E5762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5762

Black with #2E5762

Text Example


Text Example

White with #2E5762

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,87,98); }

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

background-color css

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

 a { background-color: rgb(46,87,98); }

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

border-color css

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

 span { border-color: rgb(46,87,98); }

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