#386589

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

Shades of Astral #386589

Tints of Astral #386589

Color information

#386589 (or 0x386589) is unknown color: approx Astral. HEX triplet: 38, 65 and 89. RGB value is (56,101,137). Sum of RGB (Red+Green+Blue) = 56+101+137=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 137 (53.91% from 255 or 46.60% from 294); Max value from RGB is 137 - color contains mainly: blue. Hex color #386589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386589 is #C79A76. Grayscale: #5B5B5B. Windows color (decimal): -13081207 or 9004344. OLE color: 9004344.

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

Color convert

RGB56101137-
CMYK0.590.2600.46
HSL206.67º41.97%37.84%-
HSV(B)206.67º59.12%53.73%-
XYZ10.811.9525.41-
YUV91.65153.59102.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.05%
GREEN value IS 101 (39.84% from 255) = 34.35%
BLUE value IS 137 (53.91% from 255) = 46.60%
R=19.05%
G=34.35%
B=46.60%

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
Decimal561011370.590.2600.46206.6741.9737.84
Hex3865893B1A02Ecf2a26
Octal7014521173320563175246
Binary11100011001011000100111101111010010111011001111101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386589; }

 p { color: rgb(56,101,137); }

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

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

 a { background-color: rgb(56,101,137); }

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

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

 span { border-color: rgb(56,101,137); }

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