Html Css Color HEX #3C5552 Blue Dianne

📋 copy color: '#3C5552'

red 60 ◦ green 85 ◦ blue 82

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

Shades of Blue Dianne #3C5552

Tints of Blue Dianne #3C5552

RGB

 RED value IS 60 (23.83% from 255) = 26.43%

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

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

R = 26.43%
G = 37.44%
B = 36.12%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#3C5552 (or 0x3C5552) is known color: Blue Dianne. HEX triplet: 3C, 55 and 52. RGB value is (60,85,82). Sum of RGB (Red+Green+Blue) = 60+85+82=227 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.43% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 82 (32.42% from 255 or 36.12% from 227); Max value from RGB is 85 - color contains mainly: green. Hex color #3C5552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5552 is #C3AAAD. Grayscale: #4D4D4D. Windows color (decimal): -12823214 or 5395772. OLE color: 5395772.

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

Color convert

RGB 60 85 82 -
CMYK 0.29 0 0.04 0.67
HSL 172.8º 0.17% 0.28% -
HSV(B) 172.8º 0.29% 0.33% -
XYZ 6.63 8.07 9.19 -
YUV 77.18 130.72 115.74 -
System Red Green Blue C M Y K H S L
Decimal 60 85 82 0.29 0 0.04 0.67 172.8 0.17 0.28
Hex 3C 55 52 1D 0 4 43 AD 11 1C
Octal 74 125 122 35 0 4 103 255 21 34
Binary 111100 1010101 1010010 11101 0 100 1000011 10101101 10001 11100

Color Harmonies of #3C5552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5552

Black with #3C5552

Text Example


Text Example

White with #3C5552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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