Html Css Color HEX #356E88 Astral

📋 copy color: '#356E88'

red 53 ◦ green 110 ◦ blue 136

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

Shades of Astral #356E88

Tints of Astral #356E88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 45.48%

R = 17.73%
G = 36.79%
B = 45.48%

CMYK

 C value IS 0.61

 M value IS 0.19

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#356E88 (or 0x356E88) is known color: Astral. HEX triplet: 35, 6E and 88. RGB value is (53,110,136). Sum of RGB (Red+Green+Blue) = 53+110+136=299 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.73% from 299); Green value is 110 (43.36% from 255 or 36.79% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 136 - color contains mainly: blue. Hex color #356E88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356E88 is #CA9177. Grayscale: #5F5F5F. Windows color (decimal): -13275512 or 8941109. OLE color: 8941109.

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

Color convert

RGB 53 110 136 -
CMYK 0.61 0.19 0 0.47
HSL 198.8º 0.44% 0.37% -
HSV(B) 198.8º 0.61% 0.53% -
XYZ 11.49 13.69 25.33 -
YUV 95.92 150.62 97.39 -
System Red Green Blue C M Y K H S L
Decimal 53 110 136 0.61 0.19 0 0.47 198.8 0.44 0.37
Hex 35 6E 88 3D 13 0 2F C7 2C 25
Octal 65 156 210 75 23 0 57 307 54 45
Binary 110101 1101110 10001000 111101 10011 0 101111 11000111 101100 100101

Color Harmonies of #356E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356E88

Black with #356E88

Text Example


Text Example

White with #356E88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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