Html Css Color HEX #395870 Blumine

📋 copy color: '#395870'

red 57 ◦ green 88 ◦ blue 112

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

Shades of Blumine #395870

Tints of Blumine #395870

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.24%

 BLUE value IS 112 (44.14% from 255) = 43.58%

R = 22.18%
G = 34.24%
B = 43.58%

CMYK

 C value IS 0.49

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#395870 (or 0x395870) is known color: Blumine. HEX triplet: 39, 58 and 70. RGB value is (57,88,112). Sum of RGB (Red+Green+Blue) = 57+88+112=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 112 (44.14% from 255 or 43.58% from 257); Max value from RGB is 112 - color contains mainly: blue. Hex color #395870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395870 is #C6A78F. Grayscale: #515151. Windows color (decimal): -13019024 or 7362617. OLE color: 7362617.

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

Color convert

RGB 57 88 112 -
CMYK 0.49 0.21 0 0.56
HSL 206.18º 0.33% 0.33% -
HSV(B) 206.18º 0.49% 0.44% -
XYZ 8.1 9.02 16.64 -
YUV 81.47 145.23 110.55 -
System Red Green Blue C M Y K H S L
Decimal 57 88 112 0.49 0.21 0 0.56 206.18 0.33 0.33
Hex 39 58 70 31 15 0 38 CE 21 21
Octal 71 130 160 61 25 0 70 316 41 41
Binary 111001 1011000 1110000 110001 10101 0 111000 11001110 100001 100001

Color Harmonies of #395870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395870

Black with #395870

Text Example


Text Example

White with #395870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395870; }

 p { color: rgb(57,88,112); }

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

background-color css

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

 a { background-color: rgb(57,88,112); }

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

border-color css

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

 span { border-color: rgb(57,88,112); }

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