Html Css Color HEX #3C5452 Blue Dianne

📋 copy color: '#3C5452'

red 60 ◦ green 84 ◦ blue 82

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

Shades of Blue Dianne #3C5452

Tints of Blue Dianne #3C5452

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37.17%

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

R = 26.55%
G = 37.17%
B = 36.28%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#3C5452 (or 0x3C5452) is known color: Blue Dianne. HEX triplet: 3C, 54 and 52. RGB value is (60,84,82). Sum of RGB (Red+Green+Blue) = 60+84+82=226 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.55% from 226); Green value is 84 (33.20% from 255 or 37.17% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 84 - color contains mainly: green. Hex color #3C5452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5452 is #C3ABAD. Grayscale: #4C4C4C. Windows color (decimal): -12823470 or 5395516. OLE color: 5395516.

HSL color Cylindrical-coordinate representation of color #3C5452: hue angle of 175º 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 #3C5452 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 60 84 82 -
CMYK 0.29 0 0.02 0.67
HSL 175º 0.17% 0.28% -
HSV(B) 175º 0.29% 0.33% -
XYZ 6.56 7.91 9.16 -
YUV 76.6 131.05 116.16 -
System Red Green Blue C M Y K H S L
Decimal 60 84 82 0.29 0 0.02 0.67 175 0.17 0.28
Hex 3C 54 52 1D 0 2 43 AF 11 1C
Octal 74 124 122 35 0 2 103 257 21 34
Binary 111100 1010100 1010010 11101 0 10 1000011 10101111 10001 11100

Color Harmonies of #3C5452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5452

Black with #3C5452

Text Example


Text Example

White with #3C5452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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