#433492

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

Shades of Blue Gem #433492

Tints of Blue Gem #433492

Color information

#433492 (or 0x433492) is unknown color: approx Blue Gem. HEX triplet: 43, 34 and 92. RGB value is (67,52,146). Sum of RGB (Red+Green+Blue) = 67+52+146=265 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.28% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 146 (57.42% from 255 or 55.09% from 265); Max value from RGB is 146 - color contains mainly: blue. Hex color #433492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433492 is #BCCB6D. Grayscale: #424242. Windows color (decimal): -12372846 or 9581635. OLE color: 9581635.

HSL color Cylindrical-coordinate representation of color #433492: hue angle of 249.57º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #433492 is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6752146-
CMYK0.540.6400.43
HSL249.57º47.47%38.82%-
HSV(B)249.57º64.38%57.25%-
XYZ8.735.7227.84-
YUV67.2172.47127.86-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.28%
GREEN value IS 52 (20.70% from 255) = 19.62%
BLUE value IS 146 (57.42% from 255) = 55.09%
R=25.28%
G=19.62%
B=55.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal67521460.540.6400.43249.5747.4738.82
Hex433492364002Bfa2f27
Octal10364222661000533725747
Binary1000011110100100100101101101000000010101111111010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433492; }

 p { color: rgb(67,52,146); }

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

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

 a { background-color: rgb(67,52,146); }

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

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

 span { border-color: rgb(67,52,146); }

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