#423299

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

Shades of Blue Gem #423299

Tints of Blue Gem #423299

Color information

#423299 (or 0x423299) is unknown color: approx Blue Gem. HEX triplet: 42, 32 and 99. RGB value is (66,50,153). Sum of RGB (Red+Green+Blue) = 66+50+153=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 153 (60.16% from 255 or 56.88% from 269); Max value from RGB is 153 - color contains mainly: blue. Hex color #423299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423299 is #BDCD66. Grayscale: #424242. Windows color (decimal): -12438887 or 10039874. OLE color: 10039874.

HSL color Cylindrical-coordinate representation of color #423299: hue angle of 249.32º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #423299 is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6650153-
CMYK0.570.6700.4
HSL249.32º50.74%39.8%-
HSV(B)249.32º67.32%60%-
XYZ9.145.7430.76-
YUV66.53176.8127.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.54%
GREEN value IS 50 (19.92% from 255) = 18.59%
BLUE value IS 153 (60.16% from 255) = 56.88%
R=24.54%
G=18.59%
B=56.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal66501530.570.6700.4249.3250.7439.8
Hex4232993943028f93328
Octal10262231711030503716350
Binary1000010110010100110011110011000011010100011111001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423299; }

 p { color: rgb(66,50,153); }

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

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

 a { background-color: rgb(66,50,153); }

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

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

 span { border-color: rgb(66,50,153); }

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