Html Css Color HEX #3C5250 Blue Dianne

📋 copy color: '#3C5250'

red 60 ◦ green 82 ◦ blue 80

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

Shades of Blue Dianne #3C5250

Tints of Blue Dianne #3C5250

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.94%

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

R = 27.03%
G = 36.94%
B = 36.04%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.02

 K value IS 0.68

RGB Variations

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

Color information

#3C5250 (or 0x3C5250) is known color: Blue Dianne. HEX triplet: 3C, 52 and 50. RGB value is (60,82,80). Sum of RGB (Red+Green+Blue) = 60+82+80=222 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.03% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 82 - color contains mainly: green. Hex color #3C5250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5250 is #C3ADAF. Grayscale: #4B4B4B. Windows color (decimal): -12823984 or 5263932. OLE color: 5263932.

HSL color Cylindrical-coordinate representation of color #3C5250: hue angle of 174.55º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3C5250 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB 60 82 80 -
CMYK 0.27 0 0.02 0.68
HSL 174.55º 0.15% 0.28% -
HSV(B) 174.55º 0.27% 0.32% -
XYZ 6.33 7.57 8.72 -
YUV 75.19 130.71 117.16 -
System Red Green Blue C M Y K H S L
Decimal 60 82 80 0.27 0 0.02 0.68 174.55 0.15 0.28
Hex 3C 52 50 1B 0 2 44 AF F 1C
Octal 74 122 120 33 0 2 104 257 17 34
Binary 111100 1010010 1010000 11011 0 10 1000100 10101111 1111 11100

Color Harmonies of #3C5250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5250

Black with #3C5250

Text Example


Text Example

White with #3C5250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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