#3D5A62

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

Shades of Casal #3D5A62

Tints of Casal #3D5A62

Color information

#3D5A62 (or 0x3D5A62) is unknown color: approx Casal. HEX triplet: 3D, 5A and 62. RGB value is (61,90,98). Sum of RGB (Red+Green+Blue) = 61+90+98=249 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.50% from 249); Green value is 90 (35.55% from 255 or 36.14% from 249); Blue value is 98 (38.67% from 255 or 39.36% from 249); Max value from RGB is 98 - color contains mainly: blue. Hex color #3D5A62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5A62 is #C2A59D. Grayscale: #525252. Windows color (decimal): -12756382 or 6445629. OLE color: 6445629.

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

Color convert

RGB619098-
CMYK0.380.0800.62
HSL192.97º23.27%31.18%-
HSV(B)192.97º37.76%38.43%-
XYZ7.799.1912.92-
YUV82.24136.89112.85-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.50%
GREEN value IS 90 (35.55% from 255) = 36.14%
BLUE value IS 98 (38.67% from 255) = 39.36%
R=24.50%
G=36.14%
B=39.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6190980.380.0800.62192.9723.2731.18
Hex3D5A6226803Ec1171f
Octal7513214246100763012737
Binary1111011011010110001010011010000111110110000011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,90,98); }

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

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

 a { background-color: rgb(61,90,98); }

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

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

 span { border-color: rgb(61,90,98); }

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