#443297

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

Shades of Blue Gem #443297

Tints of Blue Gem #443297

Color information

#443297 (or 0x443297) is unknown color: approx Blue Gem. HEX triplet: 44, 32 and 97. RGB value is (68,50,151). Sum of RGB (Red+Green+Blue) = 68+50+151=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 151 (59.38% from 255 or 56.13% from 269); Max value from RGB is 151 - color contains mainly: blue. Hex color #443297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443297 is #BBCD68. Grayscale: #424242. Windows color (decimal): -12307817 or 9908804. OLE color: 9908804.

HSL color Cylindrical-coordinate representation of color #443297: hue angle of 250.69º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #443297 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6850151-
CMYK0.550.6700.41
HSL250.69º50.25%39.41%-
HSV(B)250.69º66.89%59.22%-
XYZ9.115.7429.91-
YUV66.9175.46128.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.28%
GREEN value IS 50 (19.92% from 255) = 18.59%
BLUE value IS 151 (59.38% from 255) = 56.13%
R=25.28%
G=18.59%
B=56.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal68501510.550.6700.41250.6950.2539.41
Hex4432973743029fb3227
Octal10462227671030513736247
Binary1000100110010100101111101111000011010100111111011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443297; }

 p { color: rgb(68,50,151); }

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

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

 a { background-color: rgb(68,50,151); }

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

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

 span { border-color: rgb(68,50,151); }

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