#387695

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

Shades of Astral #387695

Tints of Astral #387695

Color information

#387695 (or 0x387695) is unknown color: approx Astral. HEX triplet: 38, 76 and 95. RGB value is (56,118,149). Sum of RGB (Red+Green+Blue) = 56+118+149=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 149 (58.59% from 255 or 46.13% from 323); Max value from RGB is 149 - color contains mainly: blue. Hex color #387695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387695 is #C7896A. Grayscale: #666666. Windows color (decimal): -13076843 or 9795128. OLE color: 9795128.

HSL color Cylindrical-coordinate representation of color #387695: hue angle of 200º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #387695 is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB56118149-
CMYK0.620.2100.42
HSL200º45.37%40.2%-
HSV(B)200º62.42%58.43%-
XYZ13.5315.9730.8-
YUV103153.9694.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.34%
GREEN value IS 118 (46.48% from 255) = 36.53%
BLUE value IS 149 (58.59% from 255) = 46.13%
R=17.34%
G=36.53%
B=46.13%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal561181490.620.2100.4220045.3740.2
Hex3876953E1502Ac82d28
Octal7016622576250523105550
Binary11100011101101001010111111010101010101011001000101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387695; }

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

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

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

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

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

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

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

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