#3F5B62

Color #3F5B62 Casal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casal #3F5B62

Tints of Casal #3F5B62

Color information

#3F5B62 (or 0x3F5B62) is unknown color: approx Casal. HEX triplet: 3F, 5B and 62. RGB value is (63,91,98). Sum of RGB (Red+Green+Blue) = 63+91+98=252 (33% of max value = 765). Red value is 63 (25% from 255 or 25% from 252); Green value is 91 (35.94% from 255 or 36.11% from 252); Blue value is 98 (38.67% from 255 or 38.89% from 252); Max value from RGB is 98 - color contains mainly: blue. Hex color #3F5B62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5B62 is #C0A49D. Grayscale: #535353. Windows color (decimal): -12625054 or 6445887. OLE color: 6445887.

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

Color convert

RGB639198-
CMYK0.360.0700.62
HSL192º21.74%31.57%-
HSV(B)192º35.71%38.43%-
XYZ89.4212.95-
YUV83.43136.22113.43-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25%
GREEN value IS 91 (35.94% from 255) = 36.11%
BLUE value IS 98 (38.67% from 255) = 38.89%
R=25%
G=36.11%
B=38.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6391980.360.0700.6219221.7431.57
Hex3F5B6224703Ec01620
Octal771331424470763002640
Binary1111111011011110001010010011101111101100000010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F5B62;
 }
 .AnyTagClassName
 {
   color: #3F5B62;
 }
</style>
background-color css

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

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

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

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

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

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