Html Css Color HEX #3E606E Blumine

📋 copy color: '#3E606E'

red 62 ◦ green 96 ◦ blue 110

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

Shades of Blumine #3E606E

Tints of Blumine #3E606E

RGB

 RED value IS 62 (24.61% from 255) = 23.13%

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

 BLUE value IS 110 (43.36% from 255) = 41.04%

R = 23.13%
G = 35.82%
B = 41.04%

CMYK

 C value IS 0.44

 M value IS 0.13

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3E606E (or 0x3E606E) is known color: Blumine. HEX triplet: 3E, 60 and 6E. RGB value is (62,96,110). Sum of RGB (Red+Green+Blue) = 62+96+110=268 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.13% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 110 (43.36% from 255 or 41.04% from 268); Max value from RGB is 110 - color contains mainly: blue. Hex color #3E606E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E606E is #C19F91. Grayscale: #575757. Windows color (decimal): -12689298 or 7233598. OLE color: 7233598.

HSL color Cylindrical-coordinate representation of color #3E606E: hue angle of 197.5º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3E606E is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 62 96 110 -
CMYK 0.44 0.13 0 0.57
HSL 197.5º 0.28% 0.34% -
HSV(B) 197.5º 0.44% 0.43% -
XYZ 8.98 10.52 16.31 -
YUV 87.43 140.74 109.86 -
System Red Green Blue C M Y K H S L
Decimal 62 96 110 0.44 0.13 0 0.57 197.5 0.28 0.34
Hex 3E 60 6E 2C D 0 39 C6 1C 22
Octal 76 140 156 54 15 0 71 306 34 42
Binary 111110 1100000 1101110 101100 1101 0 111001 11000110 11100 100010

Color Harmonies of #3E606E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E606E

Black with #3E606E

Text Example


Text Example

White with #3E606E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E606E; }

 p { color: rgb(62,96,110); }

 H1.HeaderClassName
 {
   color: #3E606E;
 }
 .AnyTagClassName
 {
   color: #3E606E;
 }
</style>

background-color css

<style>
 a { background-color: #3E606E; }

 a { background-color: rgb(62,96,110); }

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

border-color css

<style>
 span { border-color: #3E606E; }

 span { border-color: rgb(62,96,110); }

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