#387690

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

Shades of Astral #387690

Tints of Astral #387690

Color information

#387690 (or 0x387690) is unknown color: approx Astral. HEX triplet: 38, 76 and 90. RGB value is (56,118,144). Sum of RGB (Red+Green+Blue) = 56+118+144=318 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.61% from 318); Green value is 118 (46.48% from 255 or 37.11% from 318); Blue value is 144 (56.64% from 255 or 45.28% from 318); Max value from RGB is 144 - color contains mainly: blue. Hex color #387690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387690 is #C7896F. Grayscale: #666666. Windows color (decimal): -13076848 or 9467448. OLE color: 9467448.

HSL color Cylindrical-coordinate representation of color #387690: hue angle of 197.73º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #387690 is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB56118144-
CMYK0.610.1800.44
HSL197.73º44%39.22%-
HSV(B)197.73º61.11%56.47%-
XYZ13.1415.8128.74-
YUV102.43151.4694.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.61%
GREEN value IS 118 (46.48% from 255) = 37.11%
BLUE value IS 144 (56.64% from 255) = 45.28%
R=17.61%
G=37.11%
B=45.28%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal561181440.610.1800.44197.734439.22
Hex3876903D1202Cc62c27
Octal7016622075220543065447
Binary11100011101101001000011110110010010110011000110101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387690; }

 p { color: rgb(56,118,144); }

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

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

 a { background-color: rgb(56,118,144); }

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

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

 span { border-color: rgb(56,118,144); }

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