#3D5861

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

Shades of Casal #3D5861

Tints of Casal #3D5861

Color information

#3D5861 (or 0x3D5861) is unknown color: approx Casal. HEX triplet: 3D, 58 and 61. RGB value is (61,88,97). Sum of RGB (Red+Green+Blue) = 61+88+97=246 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.80% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 97 (38.28% from 255 or 39.43% from 246); Max value from RGB is 97 - color contains mainly: blue. Hex color #3D5861 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5861 is #C2A79E. Grayscale: #505050. Windows color (decimal): -12756895 or 6379581. OLE color: 6379581.

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

Color convert

RGB618897-
CMYK0.370.0900.62
HSL195º22.78%30.98%-
HSV(B)195º37.11%38.04%-
XYZ7.578.8312.62-
YUV80.95137.05113.77-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.80%
GREEN value IS 88 (34.77% from 255) = 35.77%
BLUE value IS 97 (38.28% from 255) = 39.43%
R=24.80%
G=35.77%
B=39.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6188970.370.0900.6219522.7830.98
Hex3D586125903Ec3171f
Octal7513014145110763032737
Binary1111011011000110000110010110010111110110000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,88,97); }

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

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

 a { background-color: rgb(61,88,97); }

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

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

 span { border-color: rgb(61,88,97); }

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