#433395

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

Shades of Blue Gem #433395

Tints of Blue Gem #433395

Color information

#433395 (or 0x433395) is unknown color: approx Blue Gem. HEX triplet: 43, 33 and 95. RGB value is (67,51,149). Sum of RGB (Red+Green+Blue) = 67+51+149=267 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.09% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 149 (58.59% from 255 or 55.81% from 267); Max value from RGB is 149 - color contains mainly: blue. Hex color #433395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433395 is #BCCC6A. Grayscale: #424242. Windows color (decimal): -12373099 or 9777987. OLE color: 9777987.

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

Color convert

RGB6751149-
CMYK0.550.6600.42
HSL249.8º49%39.22%-
HSV(B)249.8º65.77%58.43%-
XYZ8.925.7329.07-
YUV66.96174.3128.03-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.09%
GREEN value IS 51 (20.31% from 255) = 19.10%
BLUE value IS 149 (58.59% from 255) = 55.81%
R=25.09%
G=19.10%
B=55.81%

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
Decimal67511490.550.6600.42249.84939.22
Hex433395374202Afa3127
Octal10363225671020523726147
Binary1000011110011100101011101111000010010101011111010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433395; }

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

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

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

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

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

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

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

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