#38678A

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

Shades of Astral #38678A

Tints of Astral #38678A

Color information

#38678A (or 0x38678A) is unknown color: approx Astral. HEX triplet: 38, 67 and 8A. RGB value is (56,103,138). Sum of RGB (Red+Green+Blue) = 56+103+138=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 138 (54.30% from 255 or 46.46% from 297); Max value from RGB is 138 - color contains mainly: blue. Hex color #38678A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38678A is #C79875. Grayscale: #5C5C5C. Windows color (decimal): -13080694 or 9070392. OLE color: 9070392.

HSL color Cylindrical-coordinate representation of color #38678A: hue angle of 205.61º 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 #38678A is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB56103138-
CMYK0.590.2500.46
HSL205.61º42.27%38.04%-
HSV(B)205.61º59.42%54.12%-
XYZ11.0712.3825.85-
YUV92.94153.43101.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.86%
GREEN value IS 103 (40.62% from 255) = 34.68%
BLUE value IS 138 (54.30% from 255) = 46.46%
R=18.86%
G=34.68%
B=46.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal561031380.590.2500.46205.6142.2738.04
Hex38678A3B1902Ece2a26
Octal7014721273310563165246
Binary11100011001111000101011101111001010111011001110101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38678A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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