#38678C

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

Shades of Astral #38678C

Tints of Astral #38678C

Color information

#38678C (or 0x38678C) is unknown color: approx Astral. HEX triplet: 38, 67 and 8C. RGB value is (56,103,140). Sum of RGB (Red+Green+Blue) = 56+103+140=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 140 (55.08% from 255 or 46.82% from 299); Max value from RGB is 140 - color contains mainly: blue. Hex color #38678C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38678C is #C79873. Grayscale: #5C5C5C. Windows color (decimal): -13080692 or 9201464. OLE color: 9201464.

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

Color convert

RGB56103140-
CMYK0.60.2600.45
HSL206.43º42.86%38.43%-
HSV(B)206.43º60%54.9%-
XYZ11.2112.4326.62-
YUV93.16154.43101.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.73%
GREEN value IS 103 (40.62% from 255) = 34.45%
BLUE value IS 140 (55.08% from 255) = 46.82%
R=18.73%
G=34.45%
B=46.82%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal561031400.60.2600.45206.4342.8638.43
Hex38678C3C1A02Dce2b26
Octal7014721474320553165346
Binary11100011001111000110011110011010010110111001110101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38678C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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