Html Css Color HEX #3C5450 Blue Dianne

📋 copy color: '#3C5450'

red 60 ◦ green 84 ◦ blue 80

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

Shades of Blue Dianne #3C5450

Tints of Blue Dianne #3C5450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 35.71%

R = 26.79%
G = 37.5%
B = 35.71%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#3C5450 (or 0x3C5450) is known color: Blue Dianne. HEX triplet: 3C, 54 and 50. RGB value is (60,84,80). Sum of RGB (Red+Green+Blue) = 60+84+80=224 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.79% from 224); Green value is 84 (33.20% from 255 or 37.5% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 84 - color contains mainly: green. Hex color #3C5450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5450 is #C3ABAF. Grayscale: #4C4C4C. Windows color (decimal): -12823472 or 5264444. OLE color: 5264444.

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

Color convert

RGB 60 84 80 -
CMYK 0.29 0 0.05 0.67
HSL 170º 0.17% 0.28% -
HSV(B) 170º 0.29% 0.33% -
XYZ 6.48 7.88 8.77 -
YUV 76.37 130.05 116.33 -
System Red Green Blue C M Y K H S L
Decimal 60 84 80 0.29 0 0.05 0.67 170 0.17 0.28
Hex 3C 54 50 1D 0 5 43 AA 11 1C
Octal 74 124 120 35 0 5 103 252 21 34
Binary 111100 1010100 1010000 11101 0 101 1000011 10101010 10001 11100

Color Harmonies of #3C5450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5450

Black with #3C5450

Text Example


Text Example

White with #3C5450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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