Html Css Color HEX #354A6D Astronaut

📋 copy color: '#354A6D'

red 53 ◦ green 74 ◦ blue 109

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

Shades of Astronaut #354A6D

Tints of Astronaut #354A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 46.19%

R = 22.46%
G = 31.36%
B = 46.19%

CMYK

 C value IS 0.51

 M value IS 0.32

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#354A6D (or 0x354A6D) is known color: Astronaut. HEX triplet: 35, 4A and 6D. RGB value is (53,74,109). Sum of RGB (Red+Green+Blue) = 53+74+109=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 109 (42.97% from 255 or 46.19% from 236); Max value from RGB is 109 - color contains mainly: blue. Hex color #354A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354A6D is #CAB592. Grayscale: #474747. Windows color (decimal): -13284755 or 7162421. OLE color: 7162421.

HSL color Cylindrical-coordinate representation of color #354A6D: hue angle of 217.5º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #354A6D is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 53 74 109 -
CMYK 0.51 0.32 0 0.57
HSL 217.5º 0.35% 0.32% -
HSV(B) 217.5º 0.51% 0.43% -
XYZ 6.68 6.76 15.42 -
YUV 71.71 149.04 114.65 -
System Red Green Blue C M Y K H S L
Decimal 53 74 109 0.51 0.32 0 0.57 217.5 0.35 0.32
Hex 35 4A 6D 33 20 0 39 DA 23 20
Octal 65 112 155 63 40 0 71 332 43 40
Binary 110101 1001010 1101101 110011 100000 0 111001 11011010 100011 100000

Color Harmonies of #354A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354A6D

Black with #354A6D

Text Example


Text Example

White with #354A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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