Html Css Color HEX #386471 Blumine

📋 copy color: '#386471'

red 56 ◦ green 100 ◦ blue 113

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

Shades of Blumine #386471

Tints of Blumine #386471

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.17%

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

R = 20.82%
G = 37.17%
B = 42.01%

CMYK

 C value IS 0.50

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#386471 (or 0x386471) is known color: Blumine. HEX triplet: 38, 64 and 71. RGB value is (56,100,113). Sum of RGB (Red+Green+Blue) = 56+100+113=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 113 - color contains mainly: blue. Hex color #386471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386471 is #C79B8E. Grayscale: #585858. Windows color (decimal): -13081487 or 7431224. OLE color: 7431224.

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

Color convert

RGB 56 100 113 -
CMYK 0.50 0.12 0 0.56
HSL 193.68º 0.34% 0.33% -
HSV(B) 193.68º 0.5% 0.44% -
XYZ 9.17 11.15 17.29 -
YUV 88.33 141.92 104.94 -
System Red Green Blue C M Y K H S L
Decimal 56 100 113 0.50 0.12 0 0.56 193.68 0.34 0.33
Hex 38 64 71 32 C 0 38 C2 22 21
Octal 70 144 161 62 14 0 70 302 42 41
Binary 111000 1100100 1110001 110010 1100 0 111000 11000010 100010 100001

Color Harmonies of #386471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386471

Black with #386471

Text Example


Text Example

White with #386471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386471; }

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

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

background-color css

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

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

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

border-color css

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

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

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