Html Css Color HEX #3D515A Casal

📋 copy color: '#3D515A'

red 61 ◦ green 81 ◦ blue 90

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

Shades of Casal #3D515A

Tints of Casal #3D515A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 38.79%

R = 26.29%
G = 34.91%
B = 38.79%

CMYK

 C value IS 0.32

 M value IS 0.1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3D515A (or 0x3D515A) is known color: Casal. HEX triplet: 3D, 51 and 5A. RGB value is (61,81,90). Sum of RGB (Red+Green+Blue) = 61+81+90=232 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.29% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 90 - color contains mainly: blue. Hex color #3D515A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D515A is #C2AEA5. Grayscale: #4B4B4B. Windows color (decimal): -12758694 or 5919037. OLE color: 5919037.

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

Color convert

RGB 61 81 90 -
CMYK 0.32 0.1 0 0.65
HSL 198.62º 0.19% 0.3% -
HSV(B) 198.62º 0.32% 0.35% -
XYZ 6.71 7.62 10.79 -
YUV 76.05 135.87 117.27 -
System Red Green Blue C M Y K H S L
Decimal 61 81 90 0.32 0.1 0 0.65 198.62 0.19 0.3
Hex 3D 51 5A 20 A 0 41 C7 13 1E
Octal 75 121 132 40 12 0 101 307 23 36
Binary 111101 1010001 1011010 100000 1010 0 1000001 11000111 10011 11110

Color Harmonies of #3D515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D515A

Black with #3D515A

Text Example


Text Example

White with #3D515A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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