Html Css Color HEX #2E6574 Blumine

📋 copy color: '#2E6574'

red 46 ◦ green 101 ◦ blue 116

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

Shades of Blumine #2E6574

Tints of Blumine #2E6574

RGB

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

 GREEN value IS 101 (39.84% from 255) = 38.4%

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

R = 17.49%
G = 38.4%
B = 44.11%

CMYK

 C value IS 0.60

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2E6574 (or 0x2E6574) is known color: Blumine. HEX triplet: 2E, 65 and 74. RGB value is (46,101,116). Sum of RGB (Red+Green+Blue) = 46+101+116=263 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.49% from 263); Green value is 101 (39.84% from 255 or 38.40% from 263); Blue value is 116 (45.70% from 255 or 44.11% from 263); Max value from RGB is 116 - color contains mainly: blue. Hex color #2E6574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6574 is #D19A8B. Grayscale: #565656. Windows color (decimal): -13736588 or 7628078. OLE color: 7628078.

HSL color Cylindrical-coordinate representation of color #2E6574: hue angle of 192.86º 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 #2E6574 is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 46 101 116 -
CMYK 0.60 0.13 0 0.55
HSL 192.86º 0.43% 0.32% -
HSV(B) 192.86º 0.6% 0.45% -
XYZ 8.93 11.15 18.2 -
YUV 86.27 144.78 99.28 -
System Red Green Blue C M Y K H S L
Decimal 46 101 116 0.60 0.13 0 0.55 192.86 0.43 0.32
Hex 2E 65 74 3C D 0 37 C1 2B 20
Octal 56 145 164 74 15 0 67 301 53 40
Binary 101110 1100101 1110100 111100 1101 0 110111 11000001 101011 100000

Color Harmonies of #2E6574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6574

Black with #2E6574

Text Example


Text Example

White with #2E6574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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