Html Css Color HEX #3F565D Casal

📋 copy color: '#3F565D'

red 63 ◦ green 86 ◦ blue 93

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

Shades of Casal #3F565D

Tints of Casal #3F565D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.54%

 BLUE value IS 93 (36.72% from 255) = 38.43%

R = 26.03%
G = 35.54%
B = 38.43%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3F565D (or 0x3F565D) is known color: Casal. HEX triplet: 3F, 56 and 5D. RGB value is (63,86,93). Sum of RGB (Red+Green+Blue) = 63+86+93=242 (32% of max value = 765). Red value is 63 (25% from 255 or 26.03% from 242); Green value is 86 (33.98% from 255 or 35.54% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 93 - color contains mainly: blue. Hex color #3F565D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F565D is #C0A9A2. Grayscale: #4F4F4F. Windows color (decimal): -12626339 or 6116927. OLE color: 6116927.

HSL color Cylindrical-coordinate representation of color #3F565D: hue angle of 194º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3F565D is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 63 86 93 -
CMYK 0.32 0.08 0 0.64
HSL 194º 0.19% 0.31% -
HSV(B) 194º 0.32% 0.36% -
XYZ 7.35 8.5 11.61 -
YUV 79.92 135.38 115.93 -
System Red Green Blue C M Y K H S L
Decimal 63 86 93 0.32 0.08 0 0.64 194 0.19 0.31
Hex 3F 56 5D 20 8 0 40 C2 13 1F
Octal 77 126 135 40 10 0 100 302 23 37
Binary 111111 1010110 1011101 100000 1000 0 1000000 11000010 10011 11111

Color Harmonies of #3F565D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F565D

Black with #3F565D

Text Example


Text Example

White with #3F565D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,86,93); }

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

background-color css

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

 a { background-color: rgb(63,86,93); }

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

border-color css

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

 span { border-color: rgb(63,86,93); }

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