#357694

Color #357694 Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #357694

Tints of Astral #357694

Color information

#357694 (or 0x357694) is unknown color: approx Astral. HEX triplet: 35, 76 and 94. RGB value is (53,118,148). Sum of RGB (Red+Green+Blue) = 53+118+148=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 148 (58.20% from 255 or 46.39% from 319); Max value from RGB is 148 - color contains mainly: blue. Hex color #357694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357694 is #CA896B. Grayscale: #656565. Windows color (decimal): -13273452 or 9729589. OLE color: 9729589.

HSL color Cylindrical-coordinate representation of color #357694: hue angle of 198.95º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #357694 is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB53118148-
CMYK0.640.2000.42
HSL198.95º47.26%39.41%-
HSV(B)198.95º64.19%58.04%-
XYZ13.2915.8530.38-
YUV101.98153.9793.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.61%
GREEN value IS 118 (46.48% from 255) = 36.99%
BLUE value IS 148 (58.20% from 255) = 46.39%
R=16.61%
G=36.99%
B=46.39%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal531181480.640.2000.42198.9547.2639.41
Hex357694401402Ac72f27
Octal65166224100240523075747
Binary110101111011010010100100000010100010101011000111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357694; }

 p { color: rgb(53,118,148); }

 H1.HeaderClassName
 {
   color: #357694;
 }
 .AnyTagClassName
 {
   color: #357694;
 }
</style>
background-color css

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

 a { background-color: rgb(53,118,148); }

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

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

 span { border-color: rgb(53,118,148); }

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