#3B668B

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

Shades of Astral #3B668B

Tints of Astral #3B668B

Color information

#3B668B (or 0x3B668B) is unknown color: approx Astral. HEX triplet: 3B, 66 and 8B. RGB value is (59,102,139). Sum of RGB (Red+Green+Blue) = 59+102+139=300 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.67% from 300); Green value is 102 (40.23% from 255 or 34% 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 #3B668B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B668B is #C49974. Grayscale: #5D5D5D. Windows color (decimal): -12884341 or 9135675. OLE color: 9135675.

HSL color Cylindrical-coordinate representation of color #3B668B: hue angle of 207.75º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B668B is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB59102139-
CMYK0.580.2700.45
HSL207.75º40.4%38.82%-
HSV(B)207.75º57.55%54.51%-
XYZ11.2212.326.21-
YUV93.36153.75103.49-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.67%
GREEN value IS 102 (40.23% from 255) = 34%
BLUE value IS 139 (54.69% from 255) = 46.33%
R=19.67%
G=34%
B=46.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal591021390.580.2700.45207.7540.438.82
Hex3B668B3A1B02Dd02827
Octal7314621372330553205047
Binary11101111001101000101111101011011010110111010000101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B668B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B668B; }

 p { color: rgb(59,102,139); }

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

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

 a { background-color: rgb(59,102,139); }

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

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

 span { border-color: rgb(59,102,139); }

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