Html Css Color HEX #354A71 Astronaut

📋 copy color: '#354A71'

red 53 ◦ green 74 ◦ blue 113

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

Shades of Astronaut #354A71

Tints of Astronaut #354A71

RGB

 RED value IS 53 (21.09% from 255) = 22.08%

 GREEN value IS 74 (29.3% from 255) = 30.83%

 BLUE value IS 113 (44.53% from 255) = 47.08%

R = 22.08%
G = 30.83%
B = 47.08%

CMYK

 C value IS 0.53

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#354A71 (or 0x354A71) is known color: Astronaut. HEX triplet: 35, 4A and 71. RGB value is (53,74,113). Sum of RGB (Red+Green+Blue) = 53+74+113=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 113 (44.53% from 255 or 47.08% from 240); Max value from RGB is 113 - color contains mainly: blue. Hex color #354A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354A71 is #CAB58E. Grayscale: #474747. Windows color (decimal): -13284751 or 7424565. OLE color: 7424565.

HSL color Cylindrical-coordinate representation of color #354A71: hue angle of 219º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #354A71 is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 74 113 -
CMYK 0.53 0.35 0 0.56
HSL 219º 0.36% 0.33% -
HSV(B) 219º 0.53% 0.44% -
XYZ 6.9 6.85 16.58 -
YUV 72.17 151.04 114.33 -
System Red Green Blue C M Y K H S L
Decimal 53 74 113 0.53 0.35 0 0.56 219 0.36 0.33
Hex 35 4A 71 35 23 0 38 DB 24 21
Octal 65 112 161 65 43 0 70 333 44 41
Binary 110101 1001010 1110001 110101 100011 0 111000 11011011 100100 100001

Color Harmonies of #354A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354A71

Black with #354A71

Text Example


Text Example

White with #354A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354A71; }

 p { color: rgb(53,74,113); }

 H1.HeaderClassName
 {
   color: #354A71;
 }
 .AnyTagClassName
 {
   color: #354A71;
 }
</style>

background-color css

<style>
 a { background-color: #354A71; }

 a { background-color: rgb(53,74,113); }

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

border-color css

<style>
 span { border-color: #354A71; }

 span { border-color: rgb(53,74,113); }

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