Html Css Color HEX #386171 Blumine

📋 copy color: '#386171'

red 56 ◦ green 97 ◦ blue 113

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

Shades of Blumine #386171

Tints of Blumine #386171

RGB

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

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

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

R = 21.05%
G = 36.47%
B = 42.48%

CMYK

 C value IS 0.50

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#386171 (or 0x386171) is known color: Blumine. HEX triplet: 38, 61 and 71. RGB value is (56,97,113). Sum of RGB (Red+Green+Blue) = 56+97+113=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 113 (44.53% from 255 or 42.48% from 266); Max value from RGB is 113 - color contains mainly: blue. Hex color #386171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386171 is #C79E8E. Grayscale: #565656. Windows color (decimal): -13082255 or 7430456. OLE color: 7430456.

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

Color convert

RGB 56 97 113 -
CMYK 0.50 0.14 0 0.56
HSL 196.84º 0.34% 0.33% -
HSV(B) 196.84º 0.5% 0.44% -
XYZ 8.89 10.58 17.2 -
YUV 86.57 142.92 106.2 -
System Red Green Blue C M Y K H S L
Decimal 56 97 113 0.50 0.14 0 0.56 196.84 0.34 0.33
Hex 38 61 71 32 E 0 38 C5 22 21
Octal 70 141 161 62 16 0 70 305 42 41
Binary 111000 1100001 1110001 110010 1110 0 111000 11000101 100010 100001

Color Harmonies of #386171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386171

Black with #386171

Text Example


Text Example

White with #386171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386171; }

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

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

background-color css

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

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

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

border-color css

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

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

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