Html Css Color HEX #385971 Blumine

📋 copy color: '#385971'

red 56 ◦ green 89 ◦ blue 113

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

Shades of Blumine #385971

Tints of Blumine #385971

RGB

 RED value IS 56 (22.27% from 255) = 21.71%

 GREEN value IS 89 (35.16% from 255) = 34.5%

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

R = 21.71%
G = 34.5%
B = 43.8%

CMYK

 C value IS 0.50

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#385971 (or 0x385971) is known color: Blumine. HEX triplet: 38, 59 and 71. RGB value is (56,89,113). Sum of RGB (Red+Green+Blue) = 56+89+113=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 113 (44.53% from 255 or 43.80% from 258); Max value from RGB is 113 - color contains mainly: blue. Hex color #385971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385971 is #C7A68E. Grayscale: #515151. Windows color (decimal): -13084303 or 7428408. OLE color: 7428408.

HSL color Cylindrical-coordinate representation of color #385971: hue angle of 205.26º degrees, saturation: 0.34, 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 #385971 is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 89 113 -
CMYK 0.50 0.21 0 0.56
HSL 205.26º 0.34% 0.33% -
HSV(B) 205.26º 0.5% 0.44% -
XYZ 8.18 9.18 16.96 -
YUV 81.87 145.57 109.55 -
System Red Green Blue C M Y K H S L
Decimal 56 89 113 0.50 0.21 0 0.56 205.26 0.34 0.33
Hex 38 59 71 32 15 0 38 CD 22 21
Octal 70 131 161 62 25 0 70 315 42 41
Binary 111000 1011001 1110001 110010 10101 0 111000 11001101 100010 100001

Color Harmonies of #385971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385971

Black with #385971

Text Example


Text Example

White with #385971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385971; }

 p { color: rgb(56,89,113); }

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

background-color css

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

 a { background-color: rgb(56,89,113); }

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

border-color css

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

 span { border-color: rgb(56,89,113); }

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