#396A7E

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

Shades of Astral #396A7E

Tints of Astral #396A7E

Color information

#396A7E (or 0x396A7E) is unknown color: approx Astral. HEX triplet: 39, 6A and 7E. RGB value is (57,106,126). Sum of RGB (Red+Green+Blue) = 57+106+126=289 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.72% from 289); Green value is 106 (41.80% from 255 or 36.68% from 289); Blue value is 126 (49.61% from 255 or 43.60% from 289); Max value from RGB is 126 - color contains mainly: blue. Hex color #396A7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396A7E is #C69581. Grayscale: #5D5D5D. Windows color (decimal): -13014402 or 8284729. OLE color: 8284729.

HSL color Cylindrical-coordinate representation of color #396A7E: hue angle of 197.39º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #396A7E is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB57106126-
CMYK0.550.1600.51
HSL197.39º37.7%35.88%-
HSV(B)197.39º54.76%49.41%-
XYZ10.6112.6821.63-
YUV93.63146.27101.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.72%
GREEN value IS 106 (41.80% from 255) = 36.68%
BLUE value IS 126 (49.61% from 255) = 43.60%
R=19.72%
G=36.68%
B=43.60%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal571061260.550.1600.51197.3937.735.88
Hex396A7E3710033c52624
Octal7115217667200633054644
Binary1110011101010111111011011110000011001111000101100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396A7E; }

 p { color: rgb(57,106,126); }

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

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

 a { background-color: rgb(57,106,126); }

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

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

 span { border-color: rgb(57,106,126); }

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