#423393

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

Shades of Blue Gem #423393

Tints of Blue Gem #423393

Color information

#423393 (or 0x423393) is unknown color: approx Blue Gem. HEX triplet: 42, 33 and 93. RGB value is (66,51,147). Sum of RGB (Red+Green+Blue) = 66+51+147=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 147 (57.81% from 255 or 55.68% from 264); Max value from RGB is 147 - color contains mainly: blue. Hex color #423393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423393 is #BDCC6C. Grayscale: #424242. Windows color (decimal): -12438637 or 9646914. OLE color: 9646914.

HSL color Cylindrical-coordinate representation of color #423393: hue angle of 249.38º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #423393 is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6651147-
CMYK0.550.6500.42
HSL249.38º48.48%38.82%-
HSV(B)249.38º65.31%57.65%-
XYZ8.75.6328.23-
YUV66.43173.47127.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25%
GREEN value IS 51 (20.31% from 255) = 19.32%
BLUE value IS 147 (57.81% from 255) = 55.68%
R=25%
G=19.32%
B=55.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66511470.550.6500.42249.3848.4838.82
Hex423393374102Af93027
Octal10263223671010523716047
Binary1000010110011100100111101111000001010101011111001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423393; }

 p { color: rgb(66,51,147); }

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

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

 a { background-color: rgb(66,51,147); }

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

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

 span { border-color: rgb(66,51,147); }

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