#433295

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

Shades of Blue Gem #433295

Tints of Blue Gem #433295

Color information

#433295 (or 0x433295) is unknown color: approx Blue Gem. HEX triplet: 43, 32 and 95. RGB value is (67,50,149). Sum of RGB (Red+Green+Blue) = 67+50+149=266 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.19% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 149 (58.59% from 255 or 56.02% from 266); Max value from RGB is 149 - color contains mainly: blue. Hex color #433295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433295 is #BCCD6A. Grayscale: #414141. Windows color (decimal): -12373355 or 9777731. OLE color: 9777731.

HSL color Cylindrical-coordinate representation of color #433295: hue angle of 250.3º degrees, saturation: 0.5, 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 #433295 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6750149-
CMYK0.550.6600.42
HSL250.3º49.75%39.02%-
HSV(B)250.3º66.44%58.43%-
XYZ8.885.6429.06-
YUV66.37174.63128.45-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.19%
GREEN value IS 50 (19.92% from 255) = 18.80%
BLUE value IS 149 (58.59% from 255) = 56.02%
R=25.19%
G=18.80%
B=56.02%

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
Decimal67501490.550.6600.42250.349.7539.02
Hex433295374202Afa3227
Octal10362225671020523726247
Binary1000011110010100101011101111000010010101011111010110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433295; }

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

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

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

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

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

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

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

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