Html Css Color HEX #386368 Tax Break

📋 copy color: '#386368'

red 56 ◦ green 99 ◦ blue 104

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

Shades of Tax Break #386368

Tints of Tax Break #386368

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.22%

 BLUE value IS 104 (41.02% from 255) = 40.15%

R = 21.62%
G = 38.22%
B = 40.15%

CMYK

 C value IS 0.46

 M value IS 0.05

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#386368 (or 0x386368) is known color: Tax Break. HEX triplet: 38, 63 and 68. RGB value is (56,99,104). Sum of RGB (Red+Green+Blue) = 56+99+104=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 99 (39.06% from 255 or 38.22% from 259); Blue value is 104 (41.02% from 255 or 40.15% from 259); Max value from RGB is 104 - color contains mainly: blue. Hex color #386368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386368 is #C79C97. Grayscale: #565656. Windows color (decimal): -13081752 or 6841144. OLE color: 6841144.

HSL color Cylindrical-coordinate representation of color #386368: hue angle of 186.25º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #386368 is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 99 104 -
CMYK 0.46 0.05 0 0.59
HSL 186.25º 0.3% 0.31% -
HSV(B) 186.25º 0.46% 0.41% -
XYZ 8.59 10.76 14.72 -
YUV 86.71 137.75 106.09 -
System Red Green Blue C M Y K H S L
Decimal 56 99 104 0.46 0.05 0 0.59 186.25 0.3 0.31
Hex 38 63 68 2E 5 0 3B BA 1E 1F
Octal 70 143 150 56 5 0 73 272 36 37
Binary 111000 1100011 1101000 101110 101 0 111011 10111010 11110 11111

Color Harmonies of #386368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386368

Black with #386368

Text Example


Text Example

White with #386368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386368; }

 p { color: rgb(56,99,104); }

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

background-color css

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

 a { background-color: rgb(56,99,104); }

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

border-color css

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

 span { border-color: rgb(56,99,104); }

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