#443198

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

Shades of Blue Gem #443198

Tints of Blue Gem #443198

Color information

#443198 (or 0x443198) is unknown color: approx Blue Gem. HEX triplet: 44, 31 and 98. RGB value is (68,49,152). Sum of RGB (Red+Green+Blue) = 68+49+152=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 152 (59.77% from 255 or 56.51% from 269); Max value from RGB is 152 - color contains mainly: blue. Hex color #443198 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443198 is #BBCE67. Grayscale: #424242. Windows color (decimal): -12308072 or 9974084. OLE color: 9974084.

HSL color Cylindrical-coordinate representation of color #443198: hue angle of 251.07º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #443198 is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6849152-
CMYK0.550.6800.40
HSL251.07º51.24%39.41%-
HSV(B)251.07º67.76%59.61%-
XYZ9.155.6930.32-
YUV66.42176.29129.12-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.28%
GREEN value IS 49 (19.53% from 255) = 18.22%
BLUE value IS 152 (59.77% from 255) = 56.51%
R=25.28%
G=18.22%
B=56.51%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal68491520.550.6800.40251.0751.2439.41
Hex4431983744028fb3327
Octal10461230671040503736347
Binary1000100110001100110001101111000100010100011111011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443198; }

 p { color: rgb(68,49,152); }

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

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

 a { background-color: rgb(68,49,152); }

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

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

 span { border-color: rgb(68,49,152); }

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