Html Css Color HEX #2E5A6E Blumine

📋 copy color: '#2E5A6E'

red 46 ◦ green 90 ◦ blue 110

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

Shades of Blumine #2E5A6E

Tints of Blumine #2E5A6E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36.59%

 BLUE value IS 110 (43.36% from 255) = 44.72%

R = 18.7%
G = 36.59%
B = 44.72%

CMYK

 C value IS 0.58

 M value IS 0.18

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2E5A6E (or 0x2E5A6E) is known color: Blumine. HEX triplet: 2E, 5A and 6E. RGB value is (46,90,110). Sum of RGB (Red+Green+Blue) = 46+90+110=246 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.70% from 246); Green value is 90 (35.55% from 255 or 36.59% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 110 - color contains mainly: blue. Hex color #2E5A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5A6E is #D1A591. Grayscale: #4E4E4E. Windows color (decimal): -13739410 or 7232046. OLE color: 7232046.

HSL color Cylindrical-coordinate representation of color #2E5A6E: hue angle of 198.75º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E5A6E is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 46 90 110 -
CMYK 0.58 0.18 0 0.57
HSL 198.75º 0.41% 0.31% -
HSV(B) 198.75º 0.58% 0.43% -
XYZ 7.6 9.02 16.09 -
YUV 79.12 145.42 104.37 -
System Red Green Blue C M Y K H S L
Decimal 46 90 110 0.58 0.18 0 0.57 198.75 0.41 0.31
Hex 2E 5A 6E 3A 12 0 39 C7 29 1F
Octal 56 132 156 72 22 0 71 307 51 37
Binary 101110 1011010 1101110 111010 10010 0 111001 11000111 101001 11111

Color Harmonies of #2E5A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5A6E

Black with #2E5A6E

Text Example


Text Example

White with #2E5A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,90,110); }

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

background-color css

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

 a { background-color: rgb(46,90,110); }

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

border-color css

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

 span { border-color: rgb(46,90,110); }

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