Html Css Color HEX #3C4B77 Astronaut

📋 copy color: '#3C4B77'

red 60 ◦ green 75 ◦ blue 119

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

Shades of Astronaut #3C4B77

Tints of Astronaut #3C4B77

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.53%

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

R = 23.62%
G = 29.53%
B = 46.85%

CMYK

 C value IS 0.50

 M value IS 0.37

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3C4B77 (or 0x3C4B77) is known color: Astronaut. HEX triplet: 3C, 4B and 77. RGB value is (60,75,119). Sum of RGB (Red+Green+Blue) = 60+75+119=254 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.62% from 254); Green value is 75 (29.69% from 255 or 29.53% from 254); Blue value is 119 (46.88% from 255 or 46.85% from 254); Max value from RGB is 119 - color contains mainly: blue. Hex color #3C4B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4B77 is #C3B488. Grayscale: #4B4B4B. Windows color (decimal): -12825737 or 7818044. OLE color: 7818044.

HSL color Cylindrical-coordinate representation of color #3C4B77: hue angle of 224.75º 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 #3C4B77 is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 60 75 119 -
CMYK 0.50 0.37 0 0.53
HSL 224.75º 0.33% 0.35% -
HSV(B) 224.75º 0.5% 0.47% -
XYZ 7.71 7.32 18.46 -
YUV 75.53 152.53 116.92 -
System Red Green Blue C M Y K H S L
Decimal 60 75 119 0.50 0.37 0 0.53 224.75 0.33 0.35
Hex 3C 4B 77 32 25 0 35 E1 21 23
Octal 74 113 167 62 45 0 65 341 41 43
Binary 111100 1001011 1110111 110010 100101 0 110101 11100001 100001 100011

Color Harmonies of #3C4B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4B77

Black with #3C4B77

Text Example


Text Example

White with #3C4B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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