Html Css Color HEX #2E6274 Blumine

📋 copy color: '#2E6274'

red 46 ◦ green 98 ◦ blue 116

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

Shades of Blumine #2E6274

Tints of Blumine #2E6274

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.69%

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

R = 17.69%
G = 37.69%
B = 44.62%

CMYK

 C value IS 0.60

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2E6274 (or 0x2E6274) is known color: Blumine. HEX triplet: 2E, 62 and 74. RGB value is (46,98,116). Sum of RGB (Red+Green+Blue) = 46+98+116=260 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.69% from 260); Green value is 98 (38.67% from 255 or 37.69% from 260); Blue value is 116 (45.70% from 255 or 44.62% from 260); Max value from RGB is 116 - color contains mainly: blue. Hex color #2E6274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6274 is #D19D8B. Grayscale: #545454. Windows color (decimal): -13737356 or 7627310. OLE color: 7627310.

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

Color convert

RGB 46 98 116 -
CMYK 0.60 0.16 0 0.55
HSL 195.43º 0.43% 0.32% -
HSV(B) 195.43º 0.6% 0.45% -
XYZ 8.65 10.58 18.11 -
YUV 84.5 145.77 100.54 -
System Red Green Blue C M Y K H S L
Decimal 46 98 116 0.60 0.16 0 0.55 195.43 0.43 0.32
Hex 2E 62 74 3C 10 0 37 C3 2B 20
Octal 56 142 164 74 20 0 67 303 53 40
Binary 101110 1100010 1110100 111100 10000 0 110111 11000011 101011 100000

Color Harmonies of #2E6274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6274

Black with #2E6274

Text Example


Text Example

White with #2E6274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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