Html Css Color HEX #386573 Blumine

📋 copy color: '#386573'

red 56 ◦ green 101 ◦ blue 115

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

Shades of Blumine #386573

Tints of Blumine #386573

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.13%

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

R = 20.59%
G = 37.13%
B = 42.28%

CMYK

 C value IS 0.51

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#386573 (or 0x386573) is known color: Blumine. HEX triplet: 38, 65 and 73. RGB value is (56,101,115). Sum of RGB (Red+Green+Blue) = 56+101+115=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 115 (45.31% from 255 or 42.28% from 272); Max value from RGB is 115 - color contains mainly: blue. Hex color #386573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386573 is #C79A8C. Grayscale: #595959. Windows color (decimal): -13081229 or 7562552. OLE color: 7562552.

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

Color convert

RGB 56 101 115 -
CMYK 0.51 0.12 0 0.55
HSL 194.24º 0.35% 0.34% -
HSV(B) 194.24º 0.51% 0.45% -
XYZ 9.38 11.39 17.92 -
YUV 89.14 142.59 104.36 -
System Red Green Blue C M Y K H S L
Decimal 56 101 115 0.51 0.12 0 0.55 194.24 0.35 0.34
Hex 38 65 73 33 C 0 37 C2 23 22
Octal 70 145 163 63 14 0 67 302 43 42
Binary 111000 1100101 1110011 110011 1100 0 110111 11000010 100011 100010

Color Harmonies of #386573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386573

Black with #386573

Text Example


Text Example

White with #386573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386573; }

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

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

background-color css

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

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

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

border-color css

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

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

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