Html Css Color HEX #3A5552 Blue Dianne

📋 copy color: '#3A5552'

red 58 ◦ green 85 ◦ blue 82

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

Shades of Blue Dianne #3A5552

Tints of Blue Dianne #3A5552

RGB

 RED value IS 58 (23.05% from 255) = 25.78%

 GREEN value IS 85 (33.59% from 255) = 37.78%

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

R = 25.78%
G = 37.78%
B = 36.44%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#3A5552 (or 0x3A5552) is known color: Blue Dianne. HEX triplet: 3A, 55 and 52. RGB value is (58,85,82). Sum of RGB (Red+Green+Blue) = 58+85+82=225 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.78% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 85 - color contains mainly: green. Hex color #3A5552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5552 is #C5AAAD. Grayscale: #4C4C4C. Windows color (decimal): -12954286 or 5395770. OLE color: 5395770.

HSL color Cylindrical-coordinate representation of color #3A5552: hue angle of 173.33º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3A5552 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB 58 85 82 -
CMYK 0.32 0 0.04 0.67
HSL 173.33º 0.19% 0.28% -
HSV(B) 173.33º 0.32% 0.33% -
XYZ 6.52 8.01 9.18 -
YUV 76.59 131.05 114.74 -
System Red Green Blue C M Y K H S L
Decimal 58 85 82 0.32 0 0.04 0.67 173.33 0.19 0.28
Hex 3A 55 52 20 0 4 43 AD 13 1C
Octal 72 125 122 40 0 4 103 255 23 34
Binary 111010 1010101 1010010 100000 0 100 1000011 10101101 10011 11100

Color Harmonies of #3A5552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5552

Black with #3A5552

Text Example


Text Example

White with #3A5552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,85,82); }

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

background-color css

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

 a { background-color: rgb(58,85,82); }

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

border-color css

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

 span { border-color: rgb(58,85,82); }

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