Html Css Color HEX #3C5274 Astronaut

📋 copy color: '#3C5274'

red 60 ◦ green 82 ◦ blue 116

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

Shades of Astronaut #3C5274

Tints of Astronaut #3C5274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 44.96%

R = 23.26%
G = 31.78%
B = 44.96%

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

#3C5274 (or 0x3C5274) is known color: Astronaut. HEX triplet: 3C, 52 and 74. RGB value is (60,82,116). Sum of RGB (Red+Green+Blue) = 60+82+116=258 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.26% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 116 (45.70% from 255 or 44.96% from 258); Max value from RGB is 116 - color contains mainly: blue. Hex color #3C5274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5274 is #C3AD8B. Grayscale: #4F4F4F. Windows color (decimal): -12823948 or 7623228. OLE color: 7623228.

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

Color convert

RGB 60 82 116 -
CMYK 0.48 0.29 0 0.55
HSL 216.43º 0.32% 0.35% -
HSV(B) 216.43º 0.48% 0.45% -
XYZ 8.03 8.26 17.69 -
YUV 79.3 148.71 114.24 -
System Red Green Blue C M Y K H S L
Decimal 60 82 116 0.48 0.29 0 0.55 216.43 0.32 0.35
Hex 3C 52 74 30 1D 0 37 D8 20 23
Octal 74 122 164 60 35 0 67 330 40 43
Binary 111100 1010010 1110100 110000 11101 0 110111 11011000 100000 100011

Color Harmonies of #3C5274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5274

Black with #3C5274

Text Example


Text Example

White with #3C5274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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