#38698B

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

Shades of Astral #38698B

Tints of Astral #38698B

Color information

#38698B (or 0x38698B) is unknown color: approx Astral. HEX triplet: 38, 69 and 8B. RGB value is (56,105,139). Sum of RGB (Red+Green+Blue) = 56+105+139=300 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.67% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 139 (54.69% from 255 or 46.33% from 300); Max value from RGB is 139 - color contains mainly: blue. Hex color #38698B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38698B is #C79674. Grayscale: #5E5E5E. Windows color (decimal): -13080181 or 9136440. OLE color: 9136440.

HSL color Cylindrical-coordinate representation of color #38698B: hue angle of 204.58º 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 #38698B is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB56105139-
CMYK0.600.2400.45
HSL204.58º42.56%38.24%-
HSV(B)204.58º59.71%54.51%-
XYZ11.3412.8126.3-
YUV94.22153.27100.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.67%
GREEN value IS 105 (41.41% from 255) = 35%
BLUE value IS 139 (54.69% from 255) = 46.33%
R=18.67%
G=35%
B=46.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal561051390.600.2400.45204.5842.5638.24
Hex38698B3C1802Dcd2b26
Octal7015121374300553155346
Binary11100011010011000101111110011000010110111001101101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38698B; }

 p { color: rgb(56,105,139); }

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

<style>
 a { background-color: #38698B; }

 a { background-color: rgb(56,105,139); }

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

<style>
 span { border-color: #38698B; }

 span { border-color: rgb(56,105,139); }

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