Html Css Color HEX #2E6068 Blumine

📋 copy color: '#2E6068'

red 46 ◦ green 96 ◦ blue 104

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

Shades of Blumine #2E6068

Tints of Blumine #2E6068

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.02%

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

R = 18.7%
G = 39.02%
B = 42.28%

CMYK

 C value IS 0.56

 M value IS 0.08

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2E6068 (or 0x2E6068) is known color: Blumine. HEX triplet: 2E, 60 and 68. RGB value is (46,96,104). Sum of RGB (Red+Green+Blue) = 46+96+104=246 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.70% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 104 (41.02% from 255 or 42.28% from 246); Max value from RGB is 104 - color contains mainly: blue. Hex color #2E6068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6068 is #D19F97. Grayscale: #515151. Windows color (decimal): -13737880 or 6840366. OLE color: 6840366.

HSL color Cylindrical-coordinate representation of color #2E6068: hue angle of 188.28º 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 #2E6068 is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 46 96 104 -
CMYK 0.56 0.08 0 0.59
HSL 188.28º 0.39% 0.29% -
HSV(B) 188.28º 0.56% 0.41% -
XYZ 7.81 9.95 14.6 -
YUV 81.96 140.44 102.35 -
System Red Green Blue C M Y K H S L
Decimal 46 96 104 0.56 0.08 0 0.59 188.28 0.39 0.29
Hex 2E 60 68 38 8 0 3B BC 27 1D
Octal 56 140 150 70 10 0 73 274 47 35
Binary 101110 1100000 1101000 111000 1000 0 111011 10111100 100111 11101

Color Harmonies of #2E6068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6068

Black with #2E6068

Text Example


Text Example

White with #2E6068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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