#433795

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

Shades of Blue Gem #433795

Tints of Blue Gem #433795

Color information

#433795 (or 0x433795) is unknown color: approx Blue Gem. HEX triplet: 43, 37 and 95. RGB value is (67,55,149). Sum of RGB (Red+Green+Blue) = 67+55+149=271 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.72% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 149 (58.59% from 255 or 54.98% from 271); Max value from RGB is 149 - color contains mainly: blue. Hex color #433795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433795 is #BCC86A. Grayscale: #444444. Windows color (decimal): -12372075 or 9779011. OLE color: 9779011.

HSL color Cylindrical-coordinate representation of color #433795: hue angle of 247.66º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #433795 is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6755149-
CMYK0.550.6300.42
HSL247.66º46.08%40%-
HSV(B)247.66º63.09%58.43%-
XYZ9.116.129.13-
YUV69.3172.98126.36-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.72%
GREEN value IS 55 (21.88% from 255) = 20.30%
BLUE value IS 149 (58.59% from 255) = 54.98%
R=24.72%
G=20.30%
B=54.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal67551490.550.6300.42247.6646.0840
Hex433795373F02Af82e28
Octal1036722567770523705650
Binary100001111011110010101110111111111010101011111000101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433795; }

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

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

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

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

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

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

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

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