#403093

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

Shades of Blue Gem #403093

Tints of Blue Gem #403093

Color information

#403093 (or 0x403093) is unknown color: approx Blue Gem. HEX triplet: 40, 30 and 93. RGB value is (64,48,147). Sum of RGB (Red+Green+Blue) = 64+48+147=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 147 (57.81% from 255 or 56.76% from 259); Max value from RGB is 147 - color contains mainly: blue. Hex color #403093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403093 is #BFCF6C. Grayscale: #3F3F3F. Windows color (decimal): -12570477 or 9646144. OLE color: 9646144.

HSL color Cylindrical-coordinate representation of color #403093: hue angle of 249.7º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #403093 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6448147-
CMYK0.560.6700.42
HSL249.7º50.77%38.24%-
HSV(B)249.7º67.35%57.65%-
XYZ8.445.3128.18-
YUV64.07174.8127.95-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.71%
GREEN value IS 48 (19.14% from 255) = 18.53%
BLUE value IS 147 (57.81% from 255) = 56.76%
R=24.71%
G=18.53%
B=56.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64481470.560.6700.42249.750.7738.24
Hex403093384302Afa3326
Octal10060223701030523726346
Binary1000000110000100100111110001000011010101011111010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403093; }

 p { color: rgb(64,48,147); }

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

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

 a { background-color: rgb(64,48,147); }

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

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

 span { border-color: rgb(64,48,147); }

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