#38718B

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

Shades of Astral #38718B

Tints of Astral #38718B

Color information

#38718B (or 0x38718B) is unknown color: approx Astral. HEX triplet: 38, 71 and 8B. RGB value is (56,113,139). Sum of RGB (Red+Green+Blue) = 56+113+139=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 139 - color contains mainly: blue. Hex color #38718B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38718B is #C78E74. Grayscale: #626262. Windows color (decimal): -13078133 or 9138488. OLE color: 9138488.

HSL color Cylindrical-coordinate representation of color #38718B: hue angle of 198.8º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #38718B is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB56113139-
CMYK0.600.1900.45
HSL198.8º42.56%38.24%-
HSV(B)198.8º59.71%54.51%-
XYZ12.214.5226.58-
YUV98.92150.6297.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.18%
GREEN value IS 113 (44.53% from 255) = 36.69%
BLUE value IS 139 (54.69% from 255) = 45.13%
R=18.18%
G=36.69%
B=45.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal561131390.600.1900.45198.842.5638.24
Hex38718B3C1302Dc72b26
Octal7016121374230553075346
Binary11100011100011000101111110010011010110111000111101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38718B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38718B; }

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

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

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

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

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

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

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

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