#38668A

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

Shades of Astral #38668A

Tints of Astral #38668A

Color information

#38668A (or 0x38668A) is unknown color: approx Astral. HEX triplet: 38, 66 and 8A. RGB value is (56,102,138). Sum of RGB (Red+Green+Blue) = 56+102+138=296 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.92% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 138 (54.30% from 255 or 46.62% from 296); Max value from RGB is 138 - color contains mainly: blue. Hex color #38668A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38668A is #C79975. Grayscale: #5C5C5C. Windows color (decimal): -13080950 or 9070136. OLE color: 9070136.

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

Color convert

RGB56102138-
CMYK0.590.2600.46
HSL206.34º42.27%38.04%-
HSV(B)206.34º59.42%54.12%-
XYZ10.9712.1825.82-
YUV92.35153.76102.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.92%
GREEN value IS 102 (40.23% from 255) = 34.46%
BLUE value IS 138 (54.30% from 255) = 46.62%
R=18.92%
G=34.46%
B=46.62%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal561021380.590.2600.46206.3442.2738.04
Hex38668A3B1A02Ece2a26
Octal7014621273320563165246
Binary11100011001101000101011101111010010111011001110101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38668A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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