#433299

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

Shades of Blue Gem #433299

Tints of Blue Gem #433299

Color information

#433299 (or 0x433299) is unknown color: approx Blue Gem. HEX triplet: 43, 32 and 99. RGB value is (67,50,153). Sum of RGB (Red+Green+Blue) = 67+50+153=270 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.81% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 153 (60.16% from 255 or 56.67% from 270); Max value from RGB is 153 - color contains mainly: blue. Hex color #433299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433299 is #BCCD66. Grayscale: #424242. Windows color (decimal): -12373351 or 10039875. OLE color: 10039875.

HSL color Cylindrical-coordinate representation of color #433299: hue angle of 249.9º 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 #433299 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6750153-
CMYK0.560.6700.4
HSL249.9º50.74%39.8%-
HSV(B)249.9º67.32%60%-
XYZ9.215.7730.77-
YUV66.82176.63128.12-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.81%
GREEN value IS 50 (19.92% from 255) = 18.52%
BLUE value IS 153 (60.16% from 255) = 56.67%
R=24.81%
G=18.52%
B=56.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal67501530.560.6700.4249.950.7439.8
Hex4332993843028fa3328
Octal10362231701030503726350
Binary1000011110010100110011110001000011010100011111010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433299; }

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

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

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

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

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

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

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

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