Html Css Color HEX #354C6E Astronaut

📋 copy color: '#354C6E'

red 53 ◦ green 76 ◦ blue 110

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

Shades of Astronaut #354C6E

Tints of Astronaut #354C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 46.03%

R = 22.18%
G = 31.8%
B = 46.03%

CMYK

 C value IS 0.52

 M value IS 0.31

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#354C6E (or 0x354C6E) is known color: Astronaut. HEX triplet: 35, 4C and 6E. RGB value is (53,76,110). Sum of RGB (Red+Green+Blue) = 53+76+110=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 76 (30.08% from 255 or 31.80% from 239); Blue value is 110 (43.36% from 255 or 46.03% from 239); Max value from RGB is 110 - color contains mainly: blue. Hex color #354C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354C6E is #CAB391. Grayscale: #484848. Windows color (decimal): -13284242 or 7228469. OLE color: 7228469.

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

Color convert

RGB 53 76 110 -
CMYK 0.52 0.31 0 0.57
HSL 215.79º 0.35% 0.32% -
HSV(B) 215.79º 0.52% 0.43% -
XYZ 6.87 7.05 15.75 -
YUV 73 148.88 113.74 -
System Red Green Blue C M Y K H S L
Decimal 53 76 110 0.52 0.31 0 0.57 215.79 0.35 0.32
Hex 35 4C 6E 34 1F 0 39 D8 23 20
Octal 65 114 156 64 37 0 71 330 43 40
Binary 110101 1001100 1101110 110100 11111 0 111001 11011000 100011 100000

Color Harmonies of #354C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354C6E

Black with #354C6E

Text Example


Text Example

White with #354C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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