Html Css Color HEX #386473 Blumine

📋 copy color: '#386473'

red 56 ◦ green 100 ◦ blue 115

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

Shades of Blumine #386473

Tints of Blumine #386473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 42.44%

R = 20.66%
G = 36.9%
B = 42.44%

CMYK

 C value IS 0.51

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#386473 (or 0x386473) is known color: Blumine. HEX triplet: 38, 64 and 73. RGB value is (56,100,115). Sum of RGB (Red+Green+Blue) = 56+100+115=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 100 (39.45% from 255 or 36.90% from 271); Blue value is 115 (45.31% from 255 or 42.44% from 271); Max value from RGB is 115 - color contains mainly: blue. Hex color #386473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386473 is #C79B8C. Grayscale: #585858. Windows color (decimal): -13081485 or 7562296. OLE color: 7562296.

HSL color Cylindrical-coordinate representation of color #386473: hue angle of 195.25º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #386473 is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 100 115 -
CMYK 0.51 0.13 0 0.55
HSL 195.25º 0.35% 0.34% -
HSV(B) 195.25º 0.51% 0.45% -
XYZ 9.28 11.19 17.89 -
YUV 88.55 142.92 104.78 -
System Red Green Blue C M Y K H S L
Decimal 56 100 115 0.51 0.13 0 0.55 195.25 0.35 0.34
Hex 38 64 73 33 D 0 37 C3 23 22
Octal 70 144 163 63 15 0 67 303 43 42
Binary 111000 1100100 1110011 110011 1101 0 110111 11000011 100011 100010

Color Harmonies of #386473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386473

Black with #386473

Text Example


Text Example

White with #386473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386473; }

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

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

background-color css

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

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

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

border-color css

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

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

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