#396685

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

Shades of Astral #396685

Tints of Astral #396685

Color information

#396685 (or 0x396685) is unknown color: approx Astral. HEX triplet: 39, 66 and 85. RGB value is (57,102,133). Sum of RGB (Red+Green+Blue) = 57+102+133=292 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.52% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 133 (52.34% from 255 or 45.55% from 292); Max value from RGB is 133 - color contains mainly: blue. Hex color #396685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396685 is #C6997A. Grayscale: #5B5B5B. Windows color (decimal): -13015419 or 8742457. OLE color: 8742457.

HSL color Cylindrical-coordinate representation of color #396685: hue angle of 204.47º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #396685 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB57102133-
CMYK0.570.2300.48
HSL204.47º40%37.25%-
HSV(B)204.47º57.14%52.16%-
XYZ10.6712.0723.96-
YUV92.08151.09102.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.52%
GREEN value IS 102 (40.23% from 255) = 34.93%
BLUE value IS 133 (52.34% from 255) = 45.55%
R=19.52%
G=34.93%
B=45.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal571021330.570.2300.48204.474037.25
Hex3966853917030cc2825
Octal7114620571270603145045
Binary11100111001101000010111100110111011000011001100101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396685; }

 p { color: rgb(57,102,133); }

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

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

 a { background-color: rgb(57,102,133); }

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

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

 span { border-color: rgb(57,102,133); }

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