Html Css Color HEX #3C5351 Blue Dianne

📋 copy color: '#3C5351'

red 60 ◦ green 83 ◦ blue 81

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

Shades of Blue Dianne #3C5351

Tints of Blue Dianne #3C5351

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.05%

 BLUE value IS 81 (32.03% from 255) = 36.16%

R = 26.79%
G = 37.05%
B = 36.16%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#3C5351 (or 0x3C5351) is known color: Blue Dianne. HEX triplet: 3C, 53 and 51. RGB value is (60,83,81). Sum of RGB (Red+Green+Blue) = 60+83+81=224 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.79% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 81 (32.03% from 255 or 36.16% from 224); Max value from RGB is 83 - color contains mainly: green. Hex color #3C5351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5351 is #C3ACAE. Grayscale: #4B4B4B. Windows color (decimal): -12823727 or 5329724. OLE color: 5329724.

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

Color convert

RGB 60 83 81 -
CMYK 0.28 0 0.02 0.67
HSL 174.78º 0.16% 0.28% -
HSV(B) 174.78º 0.28% 0.33% -
XYZ 6.44 7.74 8.94 -
YUV 75.9 130.88 116.66 -
System Red Green Blue C M Y K H S L
Decimal 60 83 81 0.28 0 0.02 0.67 174.78 0.16 0.28
Hex 3C 53 51 1C 0 2 43 AF 10 1C
Octal 74 123 121 34 0 2 103 257 20 34
Binary 111100 1010011 1010001 11100 0 10 1000011 10101111 10000 11100

Color Harmonies of #3C5351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5351

Black with #3C5351

Text Example


Text Example

White with #3C5351

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,83,81); }

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

background-color css

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

 a { background-color: rgb(60,83,81); }

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

border-color css

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

 span { border-color: rgb(60,83,81); }

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