Html Css Color HEX #385970 Blumine

📋 copy color: '#385970'

red 56 ◦ green 89 ◦ blue 112

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

Shades of Blumine #385970

Tints of Blumine #385970

RGB

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

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

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

R = 21.79%
G = 34.63%
B = 43.58%

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

#385970 (or 0x385970) is known color: Blumine. HEX triplet: 38, 59 and 70. RGB value is (56,89,112). Sum of RGB (Red+Green+Blue) = 56+89+112=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 89 (35.16% from 255 or 34.63% 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 #385970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385970 is #C7A68F. Grayscale: #515151. Windows color (decimal): -13084304 or 7362872. OLE color: 7362872.

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

Color convert

RGB 56 89 112 -
CMYK 0.50 0.21 0 0.56
HSL 204.64º 0.33% 0.33% -
HSV(B) 204.64º 0.5% 0.44% -
XYZ 8.13 9.16 16.67 -
YUV 81.76 145.07 109.63 -
System Red Green Blue C M Y K H S L
Decimal 56 89 112 0.50 0.21 0 0.56 204.64 0.33 0.33
Hex 38 59 70 32 15 0 38 CD 21 21
Octal 70 131 160 62 25 0 70 315 41 41
Binary 111000 1011001 1110000 110010 10101 0 111000 11001101 100001 100001

Color Harmonies of #385970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385970

Black with #385970

Text Example


Text Example

White with #385970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385970; }

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

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

background-color css

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

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

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

border-color css

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

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

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