Html Css Color HEX #354C71 Astronaut

📋 copy color: '#354C71'

red 53 ◦ green 76 ◦ blue 113

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

Shades of Astronaut #354C71

Tints of Astronaut #354C71

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.4%

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

R = 21.9%
G = 31.4%
B = 46.69%

CMYK

 C value IS 0.53

 M value IS 0.33

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#354C71 (or 0x354C71) is known color: Astronaut. HEX triplet: 35, 4C and 71. RGB value is (53,76,113). Sum of RGB (Red+Green+Blue) = 53+76+113=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 113 - color contains mainly: blue. Hex color #354C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354C71 is #CAB38E. Grayscale: #494949. Windows color (decimal): -13284239 or 7425077. OLE color: 7425077.

HSL color Cylindrical-coordinate representation of color #354C71: hue angle of 217º 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 #354C71 is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 76 113 -
CMYK 0.53 0.33 0 0.56
HSL 217º 0.36% 0.33% -
HSV(B) 217º 0.53% 0.44% -
XYZ 7.03 7.12 16.63 -
YUV 73.34 150.38 113.49 -
System Red Green Blue C M Y K H S L
Decimal 53 76 113 0.53 0.33 0 0.56 217 0.36 0.33
Hex 35 4C 71 35 21 0 38 D9 24 21
Octal 65 114 161 65 41 0 70 331 44 41
Binary 110101 1001100 1110001 110101 100001 0 111000 11011001 100100 100001

Color Harmonies of #354C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354C71

Black with #354C71

Text Example


Text Example

White with #354C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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