Html Css Color HEX #3F565B Casal

📋 copy color: '#3F565B'

red 63 ◦ green 86 ◦ blue 91

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

Shades of Casal #3F565B

Tints of Casal #3F565B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 37.92%

R = 26.25%
G = 35.83%
B = 37.92%

CMYK

 C value IS 0.31

 M value IS 0.05

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3F565B (or 0x3F565B) is known color: Casal. HEX triplet: 3F, 56 and 5B. RGB value is (63,86,91). Sum of RGB (Red+Green+Blue) = 63+86+91=240 (31% of max value = 765). Red value is 63 (25% from 255 or 26.25% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 91 (35.94% from 255 or 37.92% from 240); Max value from RGB is 91 - color contains mainly: blue. Hex color #3F565B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F565B is #C0A9A4. Grayscale: #4F4F4F. Windows color (decimal): -12626341 or 5985855. OLE color: 5985855.

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

Color convert

RGB 63 86 91 -
CMYK 0.31 0.05 0 0.64
HSL 190.71º 0.18% 0.3% -
HSV(B) 190.71º 0.31% 0.36% -
XYZ 7.27 8.47 11.15 -
YUV 79.69 134.38 116.09 -
System Red Green Blue C M Y K H S L
Decimal 63 86 91 0.31 0.05 0 0.64 190.71 0.18 0.3
Hex 3F 56 5B 1F 5 0 40 BF 12 1E
Octal 77 126 133 37 5 0 100 277 22 36
Binary 111111 1010110 1011011 11111 101 0 1000000 10111111 10010 11110

Color Harmonies of #3F565B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F565B

Black with #3F565B

Text Example


Text Example

White with #3F565B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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