#386A92

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

Shades of Astral #386A92

Tints of Astral #386A92

Color information

#386A92 (or 0x386A92) is unknown color: approx Astral. HEX triplet: 38, 6A and 92. RGB value is (56,106,146). Sum of RGB (Red+Green+Blue) = 56+106+146=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 146 - color contains mainly: blue. Hex color #386A92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386A92 is #C7956D. Grayscale: #5F5F5F. Windows color (decimal): -13079918 or 9595448. OLE color: 9595448.

HSL color Cylindrical-coordinate representation of color #386A92: hue angle of 206.67º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #386A92 is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB56106146-
CMYK0.620.2700.43
HSL206.67º44.55%39.61%-
HSV(B)206.67º61.64%57.25%-
XYZ11.9713.2229.12-
YUV95.61156.4499.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.18%
GREEN value IS 106 (41.80% from 255) = 34.42%
BLUE value IS 146 (57.42% from 255) = 47.40%
R=18.18%
G=34.42%
B=47.40%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal561061460.620.2700.43206.6744.5539.61
Hex386A923E1B02Bcf2d28
Octal7015222276330533175550
Binary11100011010101001001011111011011010101111001111101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386A92; }

 p { color: rgb(56,106,146); }

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

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

 a { background-color: rgb(56,106,146); }

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

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

 span { border-color: rgb(56,106,146); }

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