Html Css Color HEX #356E90 Astral

📋 copy color: '#356E90'

red 53 ◦ green 110 ◦ blue 144

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

Shades of Astral #356E90

Tints of Astral #356E90

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.83%

 BLUE value IS 144 (56.64% from 255) = 46.91%

R = 17.26%
G = 35.83%
B = 46.91%

CMYK

 C value IS 0.63

 M value IS 0.24

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#356E90 (or 0x356E90) is known color: Astral. HEX triplet: 35, 6E and 90. RGB value is (53,110,144). Sum of RGB (Red+Green+Blue) = 53+110+144=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 110 (43.36% from 255 or 35.83% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #356E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356E90 is #CA916F. Grayscale: #606060. Windows color (decimal): -13275504 or 9465397. OLE color: 9465397.

HSL color Cylindrical-coordinate representation of color #356E90: hue angle of 202.42º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #356E90 is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 110 144 -
CMYK 0.63 0.24 0 0.44
HSL 202.42º 0.46% 0.39% -
HSV(B) 202.42º 0.63% 0.56% -
XYZ 12.08 13.92 28.44 -
YUV 96.83 154.62 96.74 -
System Red Green Blue C M Y K H S L
Decimal 53 110 144 0.63 0.24 0 0.44 202.42 0.46 0.39
Hex 35 6E 90 3F 18 0 2C CA 2E 27
Octal 65 156 220 77 30 0 54 312 56 47
Binary 110101 1101110 10010000 111111 11000 0 101100 11001010 101110 100111

Color Harmonies of #356E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356E90

Black with #356E90

Text Example


Text Example

White with #356E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356E90; }

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

 H1.HeaderClassName
 {
   color: #356E90;
 }
 .AnyTagClassName
 {
   color: #356E90;
 }
</style>

background-color css

<style>
 a { background-color: #356E90; }

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

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

border-color css

<style>
 span { border-color: #356E90; }

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

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