#433390

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

Shades of Blue Gem #433390

Tints of Blue Gem #433390

Color information

#433390 (or 0x433390) is unknown color: approx Blue Gem. HEX triplet: 43, 33 and 90. RGB value is (67,51,144). Sum of RGB (Red+Green+Blue) = 67+51+144=262 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.57% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 144 (56.64% from 255 or 54.96% from 262); Max value from RGB is 144 - color contains mainly: blue. Hex color #433390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433390 is #BCCC6F. Grayscale: #424242. Windows color (decimal): -12373104 or 9450307. OLE color: 9450307.

HSL color Cylindrical-coordinate representation of color #433390: hue angle of 250.32º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #433390 is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6751144-
CMYK0.530.6500.44
HSL250.32º47.69%38.24%-
HSV(B)250.32º64.58%56.47%-
XYZ8.535.5727.01-
YUV66.39171.8128.44-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.57%
GREEN value IS 51 (20.31% from 255) = 19.47%
BLUE value IS 144 (56.64% from 255) = 54.96%
R=25.57%
G=19.47%
B=54.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal67511440.530.6500.44250.3247.6938.24
Hex433390354102Cfa3026
Octal10363220651010543726046
Binary1000011110011100100001101011000001010110011111010110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433390; }

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

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

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

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

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

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

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

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