Html Css Color HEX #3F5960 Casal

📋 copy color: '#3F5960'

red 63 ◦ green 89 ◦ blue 96

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

Shades of Casal #3F5960

Tints of Casal #3F5960

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.89%

 BLUE value IS 96 (37.89% from 255) = 38.71%

R = 25.4%
G = 35.89%
B = 38.71%

CMYK

 C value IS 0.34

 M value IS 0.07

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3F5960 (or 0x3F5960) is known color: Casal. HEX triplet: 3F, 59 and 60. RGB value is (63,89,96). Sum of RGB (Red+Green+Blue) = 63+89+96=248 (32% of max value = 765). Red value is 63 (25% from 255 or 25.40% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 96 - color contains mainly: blue. Hex color #3F5960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5960 is #C0A69F. Grayscale: #515151. Windows color (decimal): -12625568 or 6314303. OLE color: 6314303.

HSL color Cylindrical-coordinate representation of color #3F5960: hue angle of 192.73º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3F5960 is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 63 89 96 -
CMYK 0.34 0.07 0 0.62
HSL 192.73º 0.21% 0.31% -
HSV(B) 192.73º 0.34% 0.38% -
XYZ 7.73 9.05 12.4 -
YUV 82.02 135.89 114.43 -
System Red Green Blue C M Y K H S L
Decimal 63 89 96 0.34 0.07 0 0.62 192.73 0.21 0.31
Hex 3F 59 60 22 7 0 3E C1 15 1F
Octal 77 131 140 42 7 0 76 301 25 37
Binary 111111 1011001 1100000 100010 111 0 111110 11000001 10101 11111

Color Harmonies of #3F5960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5960

Black with #3F5960

Text Example


Text Example

White with #3F5960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,89,96); }

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

background-color css

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

 a { background-color: rgb(63,89,96); }

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

border-color css

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

 span { border-color: rgb(63,89,96); }

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