Html Css Color HEX #395F71 Blumine

📋 copy color: '#395F71'

red 57 ◦ green 95 ◦ blue 113

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

Shades of Blumine #395F71

Tints of Blumine #395F71

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.85%

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

R = 21.51%
G = 35.85%
B = 42.64%

CMYK

 C value IS 0.50

 M value IS 0.16

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#395F71 (or 0x395F71) is known color: Blumine. HEX triplet: 39, 5F and 71. RGB value is (57,95,113). Sum of RGB (Red+Green+Blue) = 57+95+113=265 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.51% from 265); Green value is 95 (37.5% from 255 or 35.85% from 265); Blue value is 113 (44.53% from 255 or 42.64% from 265); Max value from RGB is 113 - color contains mainly: blue. Hex color #395F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395F71 is #C6A08E. Grayscale: #555555. Windows color (decimal): -13017231 or 7429945. OLE color: 7429945.

HSL color Cylindrical-coordinate representation of color #395F71: hue angle of 199.29º 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 #395F71 is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 95 113 -
CMYK 0.50 0.16 0 0.56
HSL 199.29º 0.33% 0.33% -
HSV(B) 199.29º 0.5% 0.44% -
XYZ 8.76 10.25 17.14 -
YUV 85.69 143.41 107.54 -
System Red Green Blue C M Y K H S L
Decimal 57 95 113 0.50 0.16 0 0.56 199.29 0.33 0.33
Hex 39 5F 71 32 10 0 38 C7 21 21
Octal 71 137 161 62 20 0 70 307 41 41
Binary 111001 1011111 1110001 110010 10000 0 111000 11000111 100001 100001

Color Harmonies of #395F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395F71

Black with #395F71

Text Example


Text Example

White with #395F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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