Html Css Color HEX #395E71 Blumine

📋 copy color: '#395E71'

red 57 ◦ green 94 ◦ blue 113

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

Shades of Blumine #395E71

Tints of Blumine #395E71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 42.8%

R = 21.59%
G = 35.61%
B = 42.8%

CMYK

 C value IS 0.50

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#395E71 (or 0x395E71) is known color: Blumine. HEX triplet: 39, 5E and 71. RGB value is (57,94,113). Sum of RGB (Red+Green+Blue) = 57+94+113=264 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.59% from 264); Green value is 94 (37.11% from 255 or 35.61% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 113 - color contains mainly: blue. Hex color #395E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395E71 is #C6A18E. Grayscale: #545454. Windows color (decimal): -13017487 or 7429689. OLE color: 7429689.

HSL color Cylindrical-coordinate representation of color #395E71: hue angle of 200.36º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #395E71 is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 94 113 -
CMYK 0.50 0.17 0 0.56
HSL 200.36º 0.33% 0.33% -
HSV(B) 200.36º 0.5% 0.44% -
XYZ 8.67 10.07 17.11 -
YUV 85.1 143.74 107.96 -
System Red Green Blue C M Y K H S L
Decimal 57 94 113 0.50 0.17 0 0.56 200.36 0.33 0.33
Hex 39 5E 71 32 11 0 38 C8 21 21
Octal 71 136 161 62 21 0 70 310 41 41
Binary 111001 1011110 1110001 110010 10001 0 111000 11001000 100001 100001

Color Harmonies of #395E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395E71

Black with #395E71

Text Example


Text Example

White with #395E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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