#387083

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

Shades of Astral #387083

Tints of Astral #387083

Color information

#387083 (or 0x387083) is unknown color: approx Astral. HEX triplet: 38, 70 and 83. RGB value is (56,112,131). Sum of RGB (Red+Green+Blue) = 56+112+131=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 131 - color contains mainly: blue. Hex color #387083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387083 is #C78F7C. Grayscale: #616161. Windows color (decimal): -13078397 or 8613944. OLE color: 8613944.

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

Color convert

RGB56112131-
CMYK0.570.1500.49
HSL195.2º40.11%36.67%-
HSV(B)195.2º57.25%51.37%-
XYZ11.5214.0723.58-
YUV97.42146.9598.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.73%
GREEN value IS 112 (44.14% from 255) = 37.46%
BLUE value IS 131 (51.56% from 255) = 43.81%
R=18.73%
G=37.46%
B=43.81%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal561121310.570.1500.49195.240.1136.67
Hex38708339F031c32825
Octal7016020371170613035045
Binary1110001110000100000111110011111011000111000011101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387083; }

 p { color: rgb(56,112,131); }

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

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

 a { background-color: rgb(56,112,131); }

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

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

 span { border-color: rgb(56,112,131); }

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