#443492

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

Shades of Blue Gem #443492

Tints of Blue Gem #443492

Color information

#443492 (or 0x443492) is unknown color: approx Blue Gem. HEX triplet: 44, 34 and 92. RGB value is (68,52,146). Sum of RGB (Red+Green+Blue) = 68+52+146=266 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.56% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #443492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443492 is #BBCB6D. Grayscale: #434343. Windows color (decimal): -12307310 or 9581636. OLE color: 9581636.

HSL color Cylindrical-coordinate representation of color #443492: hue angle of 250.21º 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 #443492 is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6852146-
CMYK0.530.6400.43
HSL250.21º47.47%38.82%-
HSV(B)250.21º64.38%57.25%-
XYZ8.85.7627.84-
YUV67.5172.3128.36-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.56%
GREEN value IS 52 (20.70% from 255) = 19.55%
BLUE value IS 146 (57.42% from 255) = 54.89%
R=25.56%
G=19.55%
B=54.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal68521460.530.6400.43250.2147.4738.82
Hex443492354002Bfa2f27
Octal10464222651000533725747
Binary1000100110100100100101101011000000010101111111010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443492; }

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

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

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

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

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

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

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

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