Html Css Color HEX #2E6474 Blumine

📋 copy color: '#2E6474'

red 46 ◦ green 100 ◦ blue 116

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

Shades of Blumine #2E6474

Tints of Blumine #2E6474

RGB

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

 GREEN value IS 100 (39.45% from 255) = 38.17%

 BLUE value IS 116 (45.7% from 255) = 44.27%

R = 17.56%
G = 38.17%
B = 44.27%

CMYK

 C value IS 0.60

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2E6474 (or 0x2E6474) is known color: Blumine. HEX triplet: 2E, 64 and 74. RGB value is (46,100,116). Sum of RGB (Red+Green+Blue) = 46+100+116=262 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.56% from 262); Green value is 100 (39.45% from 255 or 38.17% from 262); Blue value is 116 (45.70% from 255 or 44.27% from 262); Max value from RGB is 116 - color contains mainly: blue. Hex color #2E6474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6474 is #D19B8B. Grayscale: #555555. Windows color (decimal): -13736844 or 7627822. OLE color: 7627822.

HSL color Cylindrical-coordinate representation of color #2E6474: hue angle of 193.71º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E6474 is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 46 100 116 -
CMYK 0.60 0.14 0 0.55
HSL 193.71º 0.43% 0.32% -
HSV(B) 193.71º 0.6% 0.45% -
XYZ 8.84 10.96 18.17 -
YUV 85.68 145.11 99.7 -
System Red Green Blue C M Y K H S L
Decimal 46 100 116 0.60 0.14 0 0.55 193.71 0.43 0.32
Hex 2E 64 74 3C E 0 37 C2 2B 20
Octal 56 144 164 74 16 0 67 302 53 40
Binary 101110 1100100 1110100 111100 1110 0 110111 11000010 101011 100000

Color Harmonies of #2E6474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6474

Black with #2E6474

Text Example


Text Example

White with #2E6474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,100,116); }

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

background-color css

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

 a { background-color: rgb(46,100,116); }

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

border-color css

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

 span { border-color: rgb(46,100,116); }

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