Html Css Color HEX #3B4E52 Casal

📋 copy color: '#3B4E52'

red 59 ◦ green 78 ◦ blue 82

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

Shades of Casal #3B4E52

Tints of Casal #3B4E52

RGB

 RED value IS 59 (23.44% from 255) = 26.94%

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

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

R = 26.94%
G = 35.62%
B = 37.44%

CMYK

 C value IS 0.28

 M value IS 0.05

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3B4E52 (or 0x3B4E52) is known color: Casal. HEX triplet: 3B, 4E and 52. RGB value is (59,78,82). Sum of RGB (Red+Green+Blue) = 59+78+82=219 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.94% from 219); Green value is 78 (30.86% from 255 or 35.62% from 219); Blue value is 82 (32.42% from 255 or 37.44% from 219); Max value from RGB is 82 - color contains mainly: blue. Hex color #3B4E52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B4E52 is #C4B1AD. Grayscale: #484848. Windows color (decimal): -12890542 or 5393979. OLE color: 5393979.

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

Color convert

RGB 59 78 82 -
CMYK 0.28 0.05 0 0.68
HSL 190.43º 0.16% 0.28% -
HSV(B) 190.43º 0.28% 0.32% -
XYZ 6.05 6.99 9.01 -
YUV 72.78 133.21 118.17 -
System Red Green Blue C M Y K H S L
Decimal 59 78 82 0.28 0.05 0 0.68 190.43 0.16 0.28
Hex 3B 4E 52 1C 5 0 44 BE 10 1C
Octal 73 116 122 34 5 0 104 276 20 34
Binary 111011 1001110 1010010 11100 101 0 1000100 10111110 10000 11100

Color Harmonies of #3B4E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4E52

Black with #3B4E52

Text Example


Text Example

White with #3B4E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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