Html Css Color HEX #354C70 Astronaut

📋 copy color: '#354C70'

red 53 ◦ green 76 ◦ blue 112

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

Shades of Astronaut #354C70

Tints of Astronaut #354C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 46.47%

R = 21.99%
G = 31.54%
B = 46.47%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#354C70 (or 0x354C70) is known color: Astronaut. HEX triplet: 35, 4C and 70. RGB value is (53,76,112). Sum of RGB (Red+Green+Blue) = 53+76+112=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 112 - color contains mainly: blue. Hex color #354C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354C70 is #CAB38F. Grayscale: #494949. Windows color (decimal): -13284240 or 7359541. OLE color: 7359541.

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

Color convert

RGB 53 76 112 -
CMYK 0.53 0.32 0 0.56
HSL 216.61º 0.36% 0.32% -
HSV(B) 216.61º 0.53% 0.44% -
XYZ 6.98 7.1 16.33 -
YUV 73.23 149.88 113.57 -
System Red Green Blue C M Y K H S L
Decimal 53 76 112 0.53 0.32 0 0.56 216.61 0.36 0.32
Hex 35 4C 70 35 20 0 38 D9 24 20
Octal 65 114 160 65 40 0 70 331 44 40
Binary 110101 1001100 1110000 110101 100000 0 111000 11011001 100100 100000

Color Harmonies of #354C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354C70

Black with #354C70

Text Example


Text Example

White with #354C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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