Html Css Color HEX #2E5766 Blumine

📋 copy color: '#2E5766'

red 46 ◦ green 87 ◦ blue 102

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

Shades of Blumine #2E5766

Tints of Blumine #2E5766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 43.4%

R = 19.57%
G = 37.02%
B = 43.4%

CMYK

 C value IS 0.55

 M value IS 0.15

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#2E5766 (or 0x2E5766) is known color: Blumine. HEX triplet: 2E, 57 and 66. RGB value is (46,87,102). Sum of RGB (Red+Green+Blue) = 46+87+102=235 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.57% from 235); Green value is 87 (34.38% from 255 or 37.02% from 235); Blue value is 102 (40.23% from 255 or 43.40% from 235); Max value from RGB is 102 - color contains mainly: blue. Hex color #2E5766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5766 is #D1A899. Grayscale: #4C4C4C. Windows color (decimal): -13740186 or 6706990. OLE color: 6706990.

HSL color Cylindrical-coordinate representation of color #2E5766: hue angle of 196.07º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E5766 is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 46 87 102 -
CMYK 0.55 0.15 0 0.6
HSL 196.07º 0.38% 0.29% -
HSV(B) 196.07º 0.55% 0.4% -
XYZ 6.93 8.36 13.82 -
YUV 76.45 142.42 106.28 -
System Red Green Blue C M Y K H S L
Decimal 46 87 102 0.55 0.15 0 0.6 196.07 0.38 0.29
Hex 2E 57 66 37 F 0 3C C4 26 1D
Octal 56 127 146 67 17 0 74 304 46 35
Binary 101110 1010111 1100110 110111 1111 0 111100 11000100 100110 11101

Color Harmonies of #2E5766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5766

Black with #2E5766

Text Example


Text Example

White with #2E5766

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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