Html Css Color HEX #356E89 Astral

📋 copy color: '#356E89'

red 53 ◦ green 110 ◦ blue 137

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

Shades of Astral #356E89

Tints of Astral #356E89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 45.67%

R = 17.67%
G = 36.67%
B = 45.67%

CMYK

 C value IS 0.61

 M value IS 0.20

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#356E89 (or 0x356E89) is known color: Astral. HEX triplet: 35, 6E and 89. RGB value is (53,110,137). Sum of RGB (Red+Green+Blue) = 53+110+137=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 110 (43.36% from 255 or 36.67% from 300); Blue value is 137 (53.91% from 255 or 45.67% from 300); Max value from RGB is 137 - color contains mainly: blue. Hex color #356E89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356E89 is #CA9176. Grayscale: #5F5F5F. Windows color (decimal): -13275511 or 9006645. OLE color: 9006645.

HSL color Cylindrical-coordinate representation of color #356E89: hue angle of 199.29º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #356E89 is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 53 110 137 -
CMYK 0.61 0.20 0 0.46
HSL 199.29º 0.44% 0.37% -
HSV(B) 199.29º 0.61% 0.54% -
XYZ 11.56 13.71 25.7 -
YUV 96.04 151.12 97.3 -
System Red Green Blue C M Y K H S L
Decimal 53 110 137 0.61 0.20 0 0.46 199.29 0.44 0.37
Hex 35 6E 89 3D 14 0 2E C7 2C 25
Octal 65 156 211 75 24 0 56 307 54 45
Binary 110101 1101110 10001001 111101 10100 0 101110 11000111 101100 100101

Color Harmonies of #356E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356E89

Black with #356E89

Text Example


Text Example

White with #356E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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