#38698F

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

Shades of Astral #38698F

Tints of Astral #38698F

Color information

#38698F (or 0x38698F) is unknown color: approx Astral. HEX triplet: 38, 69 and 8F. RGB value is (56,105,143). Sum of RGB (Red+Green+Blue) = 56+105+143=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 143 (56.25% from 255 or 47.04% from 304); Max value from RGB is 143 - color contains mainly: blue. Hex color #38698F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38698F is #C79670. Grayscale: #5E5E5E. Windows color (decimal): -13080177 or 9398584. OLE color: 9398584.

HSL color Cylindrical-coordinate representation of color #38698F: hue angle of 206.21º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38698F is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB56105143-
CMYK0.610.2700.44
HSL206.21º43.72%39.02%-
HSV(B)206.21º60.84%56.08%-
XYZ11.6412.9327.87-
YUV94.68155.27100.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.42%
GREEN value IS 105 (41.41% from 255) = 34.54%
BLUE value IS 143 (56.25% from 255) = 47.04%
R=18.42%
G=34.54%
B=47.04%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal561051430.610.2700.44206.2143.7239.02
Hex38698F3D1B02Cce2c27
Octal7015121775330543165447
Binary11100011010011000111111110111011010110011001110101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38698F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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