#38658A

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

Shades of Astral #38658A

Tints of Astral #38658A

Color information

#38658A (or 0x38658A) is unknown color: approx Astral. HEX triplet: 38, 65 and 8A. RGB value is (56,101,138). Sum of RGB (Red+Green+Blue) = 56+101+138=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 138 (54.30% from 255 or 46.78% from 295); Max value from RGB is 138 - color contains mainly: blue. Hex color #38658A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38658A is #C79A75. Grayscale: #5B5B5B. Windows color (decimal): -13081206 or 9069880. OLE color: 9069880.

HSL color Cylindrical-coordinate representation of color #38658A: hue angle of 207.07º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38658A is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB56101138-
CMYK0.590.2700.46
HSL207.07º42.27%38.04%-
HSV(B)207.07º59.42%54.12%-
XYZ10.8711.9825.78-
YUV91.76154.09102.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.98%
GREEN value IS 101 (39.84% from 255) = 34.24%
BLUE value IS 138 (54.30% from 255) = 46.78%
R=18.98%
G=34.24%
B=46.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal561011380.590.2700.46207.0742.2738.04
Hex38658A3B1B02Ecf2a26
Octal7014521273330563175246
Binary11100011001011000101011101111011010111011001111101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38658A; }

 p { color: rgb(56,101,138); }

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

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

 a { background-color: rgb(56,101,138); }

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

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

 span { border-color: rgb(56,101,138); }

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