Html Css Color HEX #395E6A Blumine

📋 copy color: '#395E6A'

red 57 ◦ green 94 ◦ blue 106

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

Shades of Blumine #395E6A

Tints of Blumine #395E6A

RGB

 RED value IS 57 (22.66% from 255) = 22.18%

 GREEN value IS 94 (37.11% from 255) = 36.58%

 BLUE value IS 106 (41.8% from 255) = 41.25%

R = 22.18%
G = 36.58%
B = 41.25%

CMYK

 C value IS 0.46

 M value IS 0.11

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#395E6A (or 0x395E6A) is known color: Blumine. HEX triplet: 39, 5E and 6A. RGB value is (57,94,106). Sum of RGB (Red+Green+Blue) = 57+94+106=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 94 (37.11% from 255 or 36.58% from 257); Blue value is 106 (41.80% from 255 or 41.25% from 257); Max value from RGB is 106 - color contains mainly: blue. Hex color #395E6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395E6A is #C6A195. Grayscale: #545454. Windows color (decimal): -13017494 or 6970937. OLE color: 6970937.

HSL color Cylindrical-coordinate representation of color #395E6A: hue angle of 194.69º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #395E6A is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 57 94 106 -
CMYK 0.46 0.11 0 0.58
HSL 194.69º 0.3% 0.32% -
HSV(B) 194.69º 0.46% 0.42% -
XYZ 8.29 9.92 15.11 -
YUV 84.31 140.24 108.52 -
System Red Green Blue C M Y K H S L
Decimal 57 94 106 0.46 0.11 0 0.58 194.69 0.3 0.32
Hex 39 5E 6A 2E B 0 3A C3 1E 20
Octal 71 136 152 56 13 0 72 303 36 40
Binary 111001 1011110 1101010 101110 1011 0 111010 11000011 11110 100000

Color Harmonies of #395E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395E6A

Black with #395E6A

Text Example


Text Example

White with #395E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395E6A; }

 p { color: rgb(57,94,106); }

 H1.HeaderClassName
 {
   color: #395E6A;
 }
 .AnyTagClassName
 {
   color: #395E6A;
 }
</style>

background-color css

<style>
 a { background-color: #395E6A; }

 a { background-color: rgb(57,94,106); }

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

border-color css

<style>
 span { border-color: #395E6A; }

 span { border-color: rgb(57,94,106); }

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