Html Css Color HEX #386170 Blumine

📋 copy color: '#386170'

red 56 ◦ green 97 ◦ blue 112

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

Shades of Blumine #386170

Tints of Blumine #386170

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.6%

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

R = 21.13%
G = 36.6%
B = 42.26%

CMYK

 C value IS 0.50

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#386170 (or 0x386170) is known color: Blumine. HEX triplet: 38, 61 and 70. RGB value is (56,97,112). Sum of RGB (Red+Green+Blue) = 56+97+112=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 112 - color contains mainly: blue. Hex color #386170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386170 is #C79E8F. Grayscale: #565656. Windows color (decimal): -13082256 or 7364920. OLE color: 7364920.

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

Color convert

RGB 56 97 112 -
CMYK 0.50 0.13 0 0.56
HSL 196.07º 0.33% 0.33% -
HSV(B) 196.07º 0.5% 0.44% -
XYZ 8.83 10.56 16.9 -
YUV 86.45 142.42 106.28 -
System Red Green Blue C M Y K H S L
Decimal 56 97 112 0.50 0.13 0 0.56 196.07 0.33 0.33
Hex 38 61 70 32 D 0 38 C4 21 21
Octal 70 141 160 62 15 0 70 304 41 41
Binary 111000 1100001 1110000 110010 1101 0 111000 11000100 100001 100001

Color Harmonies of #386170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386170

Black with #386170

Text Example


Text Example

White with #386170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386170; }

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

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

background-color css

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

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

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

border-color css

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

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

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