Html Css Color HEX #3F6368 Tax Break

📋 copy color: '#3F6368'

red 63 ◦ green 99 ◦ blue 104

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

Shades of Tax Break #3F6368

Tints of Tax Break #3F6368

RGB

 RED value IS 63 (25% from 255) = 23.68%

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

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

R = 23.68%
G = 37.22%
B = 39.1%

CMYK

 C value IS 0.39

 M value IS 0.05

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#3F6368 (or 0x3F6368) is known color: Tax Break. HEX triplet: 3F, 63 and 68. RGB value is (63,99,104). Sum of RGB (Red+Green+Blue) = 63+99+104=266 (35% of max value = 765). Red value is 63 (25% from 255 or 23.68% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 104 - color contains mainly: blue. Hex color #3F6368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6368 is #C09C97. Grayscale: #585858. Windows color (decimal): -12623000 or 6841151. OLE color: 6841151.

HSL color Cylindrical-coordinate representation of color #3F6368: hue angle of 187.32º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F6368 is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 63 99 104 -
CMYK 0.39 0.05 0 0.59
HSL 187.32º 0.25% 0.33% -
HSV(B) 187.32º 0.39% 0.41% -
XYZ 9.01 10.98 14.74 -
YUV 88.81 136.57 109.59 -
System Red Green Blue C M Y K H S L
Decimal 63 99 104 0.39 0.05 0 0.59 187.32 0.25 0.33
Hex 3F 63 68 27 5 0 3B BB 19 21
Octal 77 143 150 47 5 0 73 273 31 41
Binary 111111 1100011 1101000 100111 101 0 111011 10111011 11001 100001

Color Harmonies of #3F6368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6368

Black with #3F6368

Text Example


Text Example

White with #3F6368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F6368; }

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

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

background-color css

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

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

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

border-color css

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

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

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