Html Css Color HEX #3D4E52 Casal

📋 copy color: '#3D4E52'

red 61 ◦ green 78 ◦ blue 82

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

Shades of Casal #3D4E52

Tints of Casal #3D4E52

RGB

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

 GREEN value IS 78 (30.86% from 255) = 35.29%

 BLUE value IS 82 (32.42% from 255) = 37.1%

R = 27.6%
G = 35.29%
B = 37.1%

CMYK

 C value IS 0.26

 M value IS 0.05

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3D4E52 (or 0x3D4E52) is known color: Casal. HEX triplet: 3D, 4E and 52. RGB value is (61,78,82). Sum of RGB (Red+Green+Blue) = 61+78+82=221 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.60% from 221); Green value is 78 (30.86% from 255 or 35.29% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 82 - color contains mainly: blue. Hex color #3D4E52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D4E52 is #C2B1AD. Grayscale: #494949. Windows color (decimal): -12759470 or 5393981. OLE color: 5393981.

HSL color Cylindrical-coordinate representation of color #3D4E52: hue angle of 191.43º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3D4E52 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 61 78 82 -
CMYK 0.26 0.05 0 0.68
HSL 191.43º 0.15% 0.28% -
HSV(B) 191.43º 0.26% 0.32% -
XYZ 6.17 7.05 9.02 -
YUV 73.37 132.87 119.17 -
System Red Green Blue C M Y K H S L
Decimal 61 78 82 0.26 0.05 0 0.68 191.43 0.15 0.28
Hex 3D 4E 52 1A 5 0 44 BF F 1C
Octal 75 116 122 32 5 0 104 277 17 34
Binary 111101 1001110 1010010 11010 101 0 1000100 10111111 1111 11100

Color Harmonies of #3D4E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4E52

Black with #3D4E52

Text Example


Text Example

White with #3D4E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,78,82); }

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

background-color css

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

 a { background-color: rgb(61,78,82); }

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

border-color css

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

 span { border-color: rgb(61,78,82); }

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