Html Css Color HEX #3C5273 Astronaut

📋 copy color: '#3C5273'

red 60 ◦ green 82 ◦ blue 115

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

Shades of Astronaut #3C5273

Tints of Astronaut #3C5273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 44.75%

R = 23.35%
G = 31.91%
B = 44.75%

CMYK

 C value IS 0.48

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3C5273 (or 0x3C5273) is known color: Astronaut. HEX triplet: 3C, 52 and 73. RGB value is (60,82,115). Sum of RGB (Red+Green+Blue) = 60+82+115=257 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.35% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 115 - color contains mainly: blue. Hex color #3C5273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5273 is #C3AD8C. Grayscale: #4F4F4F. Windows color (decimal): -12823949 or 7557692. OLE color: 7557692.

HSL color Cylindrical-coordinate representation of color #3C5273: hue angle of 216º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C5273 is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 60 82 115 -
CMYK 0.48 0.29 0 0.55
HSL 216º 0.31% 0.34% -
HSV(B) 216º 0.48% 0.45% -
XYZ 7.98 8.23 17.39 -
YUV 79.18 148.21 114.32 -
System Red Green Blue C M Y K H S L
Decimal 60 82 115 0.48 0.29 0 0.55 216 0.31 0.34
Hex 3C 52 73 30 1D 0 37 D8 1F 22
Octal 74 122 163 60 35 0 67 330 37 42
Binary 111100 1010010 1110011 110000 11101 0 110111 11011000 11111 100010

Color Harmonies of #3C5273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5273

Black with #3C5273

Text Example


Text Example

White with #3C5273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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