Html Css Color HEX #3C5277 Astronaut

📋 copy color: '#3C5277'

red 60 ◦ green 82 ◦ blue 119

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

Shades of Astronaut #3C5277

Tints of Astronaut #3C5277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 45.59%

R = 22.99%
G = 31.42%
B = 45.59%

CMYK

 C value IS 0.50

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3C5277 (or 0x3C5277) is known color: Astronaut. HEX triplet: 3C, 52 and 77. RGB value is (60,82,119). Sum of RGB (Red+Green+Blue) = 60+82+119=261 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.99% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 119 (46.88% from 255 or 45.59% from 261); Max value from RGB is 119 - color contains mainly: blue. Hex color #3C5277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5277 is #C3AD88. Grayscale: #4F4F4F. Windows color (decimal): -12823945 or 7819836. OLE color: 7819836.

HSL color Cylindrical-coordinate representation of color #3C5277: hue angle of 217.63º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C5277 is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 60 82 119 -
CMYK 0.50 0.31 0 0.53
HSL 217.63º 0.33% 0.35% -
HSV(B) 217.63º 0.5% 0.47% -
XYZ 8.21 8.33 18.63 -
YUV 79.64 150.21 113.99 -
System Red Green Blue C M Y K H S L
Decimal 60 82 119 0.50 0.31 0 0.53 217.63 0.33 0.35
Hex 3C 52 77 32 1F 0 35 DA 21 23
Octal 74 122 167 62 37 0 65 332 41 43
Binary 111100 1010010 1110111 110010 11111 0 110101 11011010 100001 100011

Color Harmonies of #3C5277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5277

Black with #3C5277

Text Example


Text Example

White with #3C5277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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