Html Css Color HEX #386475 Blumine

📋 copy color: '#386475'

red 56 ◦ green 100 ◦ blue 117

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

Shades of Blumine #386475

Tints of Blumine #386475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 42.86%

R = 20.51%
G = 36.63%
B = 42.86%

CMYK

 C value IS 0.52

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#386475 (or 0x386475) is known color: Blumine. HEX triplet: 38, 64 and 75. RGB value is (56,100,117). Sum of RGB (Red+Green+Blue) = 56+100+117=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 117 - color contains mainly: blue. Hex color #386475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386475 is #C79B8A. Grayscale: #585858. Windows color (decimal): -13081483 or 7693368. OLE color: 7693368.

HSL color Cylindrical-coordinate representation of color #386475: hue angle of 196.72º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #386475 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 100 117 -
CMYK 0.52 0.15 0 0.54
HSL 196.72º 0.35% 0.34% -
HSV(B) 196.72º 0.52% 0.46% -
XYZ 9.4 11.24 18.5 -
YUV 88.78 143.92 104.62 -
System Red Green Blue C M Y K H S L
Decimal 56 100 117 0.52 0.15 0 0.54 196.72 0.35 0.34
Hex 38 64 75 34 F 0 36 C5 23 22
Octal 70 144 165 64 17 0 66 305 43 42
Binary 111000 1100100 1110101 110100 1111 0 110110 11000101 100011 100010

Color Harmonies of #386475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386475

Black with #386475

Text Example


Text Example

White with #386475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386475; }

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

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

background-color css

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

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

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

border-color css

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

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

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