#387185

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

Shades of Astral #387185

Tints of Astral #387185

Color information

#387185 (or 0x387185) is unknown color: approx Astral. HEX triplet: 38, 71 and 85. RGB value is (56,113,133). Sum of RGB (Red+Green+Blue) = 56+113+133=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 133 (52.34% from 255 or 44.04% from 302); Max value from RGB is 133 - color contains mainly: blue. Hex color #387185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387185 is #C78E7A. Grayscale: #626262. Windows color (decimal): -13078139 or 8745272. OLE color: 8745272.

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

Color convert

RGB56113133-
CMYK0.580.1500.48
HSL195.58º40.74%37.06%-
HSV(B)195.58º57.89%52.16%-
XYZ11.7714.3424.34-
YUV98.24147.6297.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.54%
GREEN value IS 113 (44.53% from 255) = 37.42%
BLUE value IS 133 (52.34% from 255) = 44.04%
R=18.54%
G=37.42%
B=44.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal561131330.580.1500.48195.5840.7437.06
Hex3871853AF030c42925
Octal7016120572170603045145
Binary1110001110001100001011110101111011000011000100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387185; }

 p { color: rgb(56,113,133); }

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

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

 a { background-color: rgb(56,113,133); }

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

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

 span { border-color: rgb(56,113,133); }

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