#423394

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

Shades of Blue Gem #423394

Tints of Blue Gem #423394

Color information

#423394 (or 0x423394) is unknown color: approx Blue Gem. HEX triplet: 42, 33 and 94. RGB value is (66,51,148). Sum of RGB (Red+Green+Blue) = 66+51+148=265 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.91% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 148 (58.20% from 255 or 55.85% from 265); Max value from RGB is 148 - color contains mainly: blue. Hex color #423394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423394 is #BDCC6B. Grayscale: #424242. Windows color (decimal): -12438636 or 9712450. OLE color: 9712450.

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

Color convert

RGB6651148-
CMYK0.550.6600.42
HSL249.28º48.74%39.02%-
HSV(B)249.28º65.54%58.04%-
XYZ8.785.6628.65-
YUV66.54173.97127.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.91%
GREEN value IS 51 (20.31% from 255) = 19.25%
BLUE value IS 148 (58.20% from 255) = 55.85%
R=24.91%
G=19.25%
B=55.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66511480.550.6600.42249.2848.7439.02
Hex423394374202Af93127
Octal10263224671020523716147
Binary1000010110011100101001101111000010010101011111001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423394; }

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

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

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

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

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

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

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

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