Html Css Color HEX #357589 Astral

📋 copy color: '#357589'

red 53 ◦ green 117 ◦ blue 137

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

Shades of Astral #357589

Tints of Astral #357589

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.11%

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

R = 17.26%
G = 38.11%
B = 44.63%

CMYK

 C value IS 0.61

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#357589 (or 0x357589) is known color: Astral. HEX triplet: 35, 75 and 89. RGB value is (53,117,137). Sum of RGB (Red+Green+Blue) = 53+117+137=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 137 - color contains mainly: blue. Hex color #357589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357589 is #CA8A76. Grayscale: #646464. Windows color (decimal): -13273719 or 9008437. OLE color: 9008437.

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

Color convert

RGB 53 117 137 -
CMYK 0.61 0.15 0 0.46
HSL 194.29º 0.44% 0.37% -
HSV(B) 194.29º 0.61% 0.54% -
XYZ 12.34 15.29 25.97 -
YUV 100.14 148.8 94.37 -
System Red Green Blue C M Y K H S L
Decimal 53 117 137 0.61 0.15 0 0.46 194.29 0.44 0.37
Hex 35 75 89 3D F 0 2E C2 2C 25
Octal 65 165 211 75 17 0 56 302 54 45
Binary 110101 1110101 10001001 111101 1111 0 101110 11000010 101100 100101

Color Harmonies of #357589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357589

Black with #357589

Text Example


Text Example

White with #357589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357589; }

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

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

background-color css

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

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

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

border-color css

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

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

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