#3D5B62

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

Shades of Casal #3D5B62

Tints of Casal #3D5B62

Color information

#3D5B62 (or 0x3D5B62) is unknown color: approx Casal. HEX triplet: 3D, 5B and 62. RGB value is (61,91,98). Sum of RGB (Red+Green+Blue) = 61+91+98=250 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.4% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 98 - color contains mainly: blue. Hex color #3D5B62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5B62 is #C2A49D. Grayscale: #525252. Windows color (decimal): -12756126 or 6445885. OLE color: 6445885.

HSL color Cylindrical-coordinate representation of color #3D5B62: hue angle of 191.35º 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 #3D5B62 is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB619198-
CMYK0.380.0700.62
HSL191.35º23.27%31.18%-
HSV(B)191.35º37.76%38.43%-
XYZ7.879.3612.95-
YUV82.83136.56112.43-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.4%
GREEN value IS 91 (35.94% from 255) = 36.4%
BLUE value IS 98 (38.67% from 255) = 39.2%
R=24.4%
G=36.4%
B=39.2%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6191980.380.0700.62191.3523.2731.18
Hex3D5B6226703Ebf171f
Octal751331424670762772737
Binary111101101101111000101001101110111110101111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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