Html Css Color HEX #2E5968 Blumine

📋 copy color: '#2E5968'

red 46 ◦ green 89 ◦ blue 104

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

Shades of Blumine #2E5968

Tints of Blumine #2E5968

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.24%

 BLUE value IS 104 (41.02% from 255) = 43.51%

R = 19.25%
G = 37.24%
B = 43.51%

CMYK

 C value IS 0.56

 M value IS 0.14

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2E5968 (or 0x2E5968) is known color: Blumine. HEX triplet: 2E, 59 and 68. RGB value is (46,89,104). Sum of RGB (Red+Green+Blue) = 46+89+104=239 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.25% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 104 - color contains mainly: blue. Hex color #2E5968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5968 is #D1A697. Grayscale: #4D4D4D. Windows color (decimal): -13739672 or 6838574. OLE color: 6838574.

HSL color Cylindrical-coordinate representation of color #2E5968: hue angle of 195.52º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E5968 is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 46 89 104 -
CMYK 0.56 0.14 0 0.59
HSL 195.52º 0.39% 0.29% -
HSV(B) 195.52º 0.56% 0.41% -
XYZ 7.2 8.73 14.4 -
YUV 77.85 142.75 105.28 -
System Red Green Blue C M Y K H S L
Decimal 46 89 104 0.56 0.14 0 0.59 195.52 0.39 0.29
Hex 2E 59 68 38 E 0 3B C4 27 1D
Octal 56 131 150 70 16 0 73 304 47 35
Binary 101110 1011001 1101000 111000 1110 0 111011 11000100 100111 11101

Color Harmonies of #2E5968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5968

Black with #2E5968

Text Example


Text Example

White with #2E5968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,89,104); }

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

background-color css

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

 a { background-color: rgb(46,89,104); }

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

border-color css

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

 span { border-color: rgb(46,89,104); }

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