Html Css Color HEX #2E606B Blumine

📋 copy color: '#2E606B'

red 46 ◦ green 96 ◦ blue 107

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

Shades of Blumine #2E606B

Tints of Blumine #2E606B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 42.97%

R = 18.47%
G = 38.55%
B = 42.97%

CMYK

 C value IS 0.57

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2E606B (or 0x2E606B) is known color: Blumine. HEX triplet: 2E, 60 and 6B. RGB value is (46,96,107). Sum of RGB (Red+Green+Blue) = 46+96+107=249 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.47% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 107 (42.19% from 255 or 42.97% from 249); Max value from RGB is 107 - color contains mainly: blue. Hex color #2E606B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E606B is #D19F94. Grayscale: #525252. Windows color (decimal): -13737877 or 7036974. OLE color: 7036974.

HSL color Cylindrical-coordinate representation of color #2E606B: hue angle of 190.82º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E606B is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 46 96 107 -
CMYK 0.57 0.10 0 0.58
HSL 190.82º 0.4% 0.3% -
HSV(B) 190.82º 0.57% 0.42% -
XYZ 7.96 10.01 15.42 -
YUV 82.3 141.94 102.11 -
System Red Green Blue C M Y K H S L
Decimal 46 96 107 0.57 0.10 0 0.58 190.82 0.4 0.3
Hex 2E 60 6B 39 A 0 3A BF 28 1E
Octal 56 140 153 71 12 0 72 277 50 36
Binary 101110 1100000 1101011 111001 1010 0 111010 10111111 101000 11110

Color Harmonies of #2E606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E606B

Black with #2E606B

Text Example


Text Example

White with #2E606B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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