Html Css Color HEX #356689 Astral

📋 copy color: '#356689'

red 53 ◦ green 102 ◦ blue 137

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

Shades of Astral #356689

Tints of Astral #356689

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.93%

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

R = 18.15%
G = 34.93%
B = 46.92%

CMYK

 C value IS 0.61

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#356689 (or 0x356689) is known color: Astral. HEX triplet: 35, 66 and 89. RGB value is (53,102,137). Sum of RGB (Red+Green+Blue) = 53+102+137=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 137 (53.91% from 255 or 46.92% from 292); Max value from RGB is 137 - color contains mainly: blue. Hex color #356689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356689 is #CA9976. Grayscale: #5B5B5B. Windows color (decimal): -13277559 or 9004597. OLE color: 9004597.

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

Color convert

RGB 53 102 137 -
CMYK 0.61 0.26 0 0.46
HSL 205º 0.44% 0.37% -
HSV(B) 205º 0.61% 0.54% -
XYZ 10.73 12.07 25.43 -
YUV 91.34 153.77 100.65 -
System Red Green Blue C M Y K H S L
Decimal 53 102 137 0.61 0.26 0 0.46 205 0.44 0.37
Hex 35 66 89 3D 1A 0 2E CD 2C 25
Octal 65 146 211 75 32 0 56 315 54 45
Binary 110101 1100110 10001001 111101 11010 0 101110 11001101 101100 100101

Color Harmonies of #356689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356689

Black with #356689

Text Example


Text Example

White with #356689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356689; }

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

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

background-color css

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

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

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

border-color css

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

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

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