Html Css Color HEX #356587 Astral

📋 copy color: '#356587'

red 53 ◦ green 101 ◦ blue 135

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

Shades of Astral #356587

Tints of Astral #356587

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.95%

 BLUE value IS 135 (53.13% from 255) = 46.71%

R = 18.34%
G = 34.95%
B = 46.71%

CMYK

 C value IS 0.61

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#356587 (or 0x356587) is known color: Astral. HEX triplet: 35, 65 and 87. RGB value is (53,101,135). Sum of RGB (Red+Green+Blue) = 53+101+135=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 135 (53.12% from 255 or 46.71% from 289); Max value from RGB is 135 - color contains mainly: blue. Hex color #356587 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356587 is #CA9A78. Grayscale: #5A5A5A. Windows color (decimal): -13277817 or 8873269. OLE color: 8873269.

HSL color Cylindrical-coordinate representation of color #356587: hue angle of 204.88º 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 #356587 is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 101 135 -
CMYK 0.61 0.25 0 0.47
HSL 204.88º 0.44% 0.37% -
HSV(B) 204.88º 0.61% 0.53% -
XYZ 10.5 11.81 24.65 -
YUV 90.52 153.1 101.24 -
System Red Green Blue C M Y K H S L
Decimal 53 101 135 0.61 0.25 0 0.47 204.88 0.44 0.37
Hex 35 65 87 3D 19 0 2F CD 2C 25
Octal 65 145 207 75 31 0 57 315 54 45
Binary 110101 1100101 10000111 111101 11001 0 101111 11001101 101100 100101

Color Harmonies of #356587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356587

Black with #356587

Text Example


Text Example

White with #356587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356587; }

 p { color: rgb(53,101,135); }

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

background-color css

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

 a { background-color: rgb(53,101,135); }

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

border-color css

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

 span { border-color: rgb(53,101,135); }

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