#3F5C61

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

Shades of Casal #3F5C61

Tints of Casal #3F5C61

Color information

#3F5C61 (or 0x3F5C61) is unknown color: approx Casal. HEX triplet: 3F, 5C and 61. RGB value is (63,92,97). Sum of RGB (Red+Green+Blue) = 63+92+97=252 (33% of max value = 765). Red value is 63 (25% from 255 or 25% from 252); Green value is 92 (36.33% from 255 or 36.51% from 252); Blue value is 97 (38.28% from 255 or 38.49% from 252); Max value from RGB is 97 - color contains mainly: blue. Hex color #3F5C61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5C61 is #C0A39E. Grayscale: #535353. Windows color (decimal): -12624799 or 6380607. OLE color: 6380607.

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

Color convert

RGB639297-
CMYK0.350.0500.62
HSL188.82º21.25%31.37%-
HSV(B)188.82º35.05%38.04%-
XYZ8.039.5712.73-
YUV83.9135.39113.09-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25%
GREEN value IS 92 (36.33% from 255) = 36.51%
BLUE value IS 97 (38.28% from 255) = 38.49%
R=25%
G=36.51%
B=38.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6392970.350.0500.62188.8221.2531.37
Hex3F5C6123503Ebd151f
Octal771341414350762752537
Binary111111101110011000011000111010111110101111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,92,97); }

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

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

 a { background-color: rgb(63,92,97); }

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

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

 span { border-color: rgb(63,92,97); }

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