#443EAA

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

Shades of Blue Gem #443EAA

Tints of Blue Gem #443EAA

Color information

#443EAA (or 0x443EAA) is unknown color: approx Blue Gem. HEX triplet: 44, 3E and AA. RGB value is (68,62,170). Sum of RGB (Red+Green+Blue) = 68+62+170=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 62 (24.61% from 255 or 20.67% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #443EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443EAA is #BBC155. Grayscale: #4B4B4B. Windows color (decimal): -12304726 or 11157060. OLE color: 11157060.

HSL color Cylindrical-coordinate representation of color #443EAA: hue angle of 243.33º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #443EAA is Cyan = 0.6, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6862170-
CMYK0.60.6400.33
HSL243.33º46.55%45.49%-
HSV(B)243.33º63.53%66.67%-
XYZ11.367.5838.89-
YUV76.11180.99122.22-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.67%
GREEN value IS 62 (24.61% from 255) = 20.67%
BLUE value IS 170 (66.80% from 255) = 56.67%
R=22.67%
G=20.67%
B=56.67%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal68621700.60.6400.33243.3346.5545.49
Hex443EAA3C40021f32f2d
Octal10476252741000413635755
Binary1000100111110101010101111001000000010000111110011101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443EAA; }

 p { color: rgb(68,62,170); }

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

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

 a { background-color: rgb(68,62,170); }

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

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

 span { border-color: rgb(68,62,170); }

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