Html Css Color HEX #386173 Blumine

📋 copy color: '#386173'

red 56 ◦ green 97 ◦ blue 115

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

Shades of Blumine #386173

Tints of Blumine #386173

RGB

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

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

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

R = 20.9%
G = 36.19%
B = 42.91%

CMYK

 C value IS 0.51

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#386173 (or 0x386173) is known color: Blumine. HEX triplet: 38, 61 and 73. RGB value is (56,97,115). Sum of RGB (Red+Green+Blue) = 56+97+115=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 115 (45.31% from 255 or 42.91% from 268); Max value from RGB is 115 - color contains mainly: blue. Hex color #386173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386173 is #C79E8C. Grayscale: #565656. Windows color (decimal): -13082253 or 7561528. OLE color: 7561528.

HSL color Cylindrical-coordinate representation of color #386173: hue angle of 198.31º 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 #386173 is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 97 115 -
CMYK 0.51 0.16 0 0.55
HSL 198.31º 0.35% 0.34% -
HSV(B) 198.31º 0.51% 0.45% -
XYZ 9 10.63 17.8 -
YUV 86.79 143.92 106.04 -
System Red Green Blue C M Y K H S L
Decimal 56 97 115 0.51 0.16 0 0.55 198.31 0.35 0.34
Hex 38 61 73 33 10 0 37 C6 23 22
Octal 70 141 163 63 20 0 67 306 43 42
Binary 111000 1100001 1110011 110011 10000 0 110111 11000110 100011 100010

Color Harmonies of #386173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386173

Black with #386173

Text Example


Text Example

White with #386173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386173; }

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

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

background-color css

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

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

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

border-color css

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

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

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