Html Css Color HEX #3D5159 Casal

📋 copy color: '#3D5159'

red 61 ◦ green 81 ◦ blue 89

#3D5159
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Casal #3D5159

Tints of Casal #3D5159

RGB

 RED value IS 61 (24.22% from 255) = 26.41%

 GREEN value IS 81 (32.03% from 255) = 35.06%

 BLUE value IS 89 (35.16% from 255) = 38.53%

R = 26.41%
G = 35.06%
B = 38.53%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3D5159 (or 0x3D5159) is known color: Casal. HEX triplet: 3D, 51 and 59. RGB value is (61,81,89). Sum of RGB (Red+Green+Blue) = 61+81+89=231 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.41% from 231); Green value is 81 (32.03% from 255 or 35.06% from 231); Blue value is 89 (35.16% from 255 or 38.53% from 231); Max value from RGB is 89 - color contains mainly: blue. Hex color #3D5159 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5159 is #C2AEA6. Grayscale: #4B4B4B. Windows color (decimal): -12758695 or 5853501. OLE color: 5853501.

HSL color Cylindrical-coordinate representation of color #3D5159: hue angle of 197.14º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3D5159 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 61 81 89 -
CMYK 0.31 0.09 0 0.65
HSL 197.14º 0.19% 0.29% -
HSV(B) 197.14º 0.31% 0.35% -
XYZ 6.67 7.6 10.57 -
YUV 75.93 135.37 117.35 -
System Red Green Blue C M Y K H S L
Decimal 61 81 89 0.31 0.09 0 0.65 197.14 0.19 0.29
Hex 3D 51 59 1F 9 0 41 C5 13 1D
Octal 75 121 131 37 11 0 101 305 23 35
Binary 111101 1010001 1011001 11111 1001 0 1000001 11000101 10011 11101

Color Harmonies of #3D5159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5159

Black with #3D5159

Text Example


Text Example

White with #3D5159

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,81,89); }

 H1.HeaderClassName
 {
   color: #3D5159;
 }
 .AnyTagClassName
 {
   color: #3D5159;
 }
</style>

background-color css

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

 a { background-color: rgb(61,81,89); }

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

border-color css

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

 span { border-color: rgb(61,81,89); }

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