#38668C

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

Shades of Astral #38668C

Tints of Astral #38668C

Color information

#38668C (or 0x38668C) is unknown color: approx Astral. HEX triplet: 38, 66 and 8C. RGB value is (56,102,140). Sum of RGB (Red+Green+Blue) = 56+102+140=298 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.79% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 140 (55.08% from 255 or 46.98% from 298); Max value from RGB is 140 - color contains mainly: blue. Hex color #38668C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38668C is #C79973. Grayscale: #5C5C5C. Windows color (decimal): -13080948 or 9201208. OLE color: 9201208.

HSL color Cylindrical-coordinate representation of color #38668C: hue angle of 207.14º 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 #38668C is Cyan = 0.6, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB56102140-
CMYK0.60.2700.45
HSL207.14º42.86%38.43%-
HSV(B)207.14º60%54.9%-
XYZ11.1212.2426.59-
YUV92.58154.76101.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.79%
GREEN value IS 102 (40.23% from 255) = 34.23%
BLUE value IS 140 (55.08% from 255) = 46.98%
R=18.79%
G=34.23%
B=46.98%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal561021400.60.2700.45207.1442.8638.43
Hex38668C3C1B02Dcf2b26
Octal7014621474330553175346
Binary11100011001101000110011110011011010110111001111101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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