#443EAC

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

Shades of Blue Gem #443EAC

Tints of Blue Gem #443EAC

Color information

#443EAC (or 0x443EAC) is unknown color: approx Blue Gem. HEX triplet: 44, 3E and AC. RGB value is (68,62,172). Sum of RGB (Red+Green+Blue) = 68+62+172=302 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.52% from 302); Green value is 62 (24.61% from 255 or 20.53% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #443EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443EAC is #BBC153. Grayscale: #4B4B4B. Windows color (decimal): -12304724 or 11288132. OLE color: 11288132.

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

Color convert

RGB6862172-
CMYK0.600.6400.33
HSL243.27º47.01%45.88%-
HSV(B)243.27º63.95%67.45%-
XYZ11.557.6539.9-
YUV76.33181.99122.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.52%
GREEN value IS 62 (24.61% from 255) = 20.53%
BLUE value IS 172 (67.58% from 255) = 56.95%
R=22.52%
G=20.53%
B=56.95%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal68621720.600.6400.33243.2747.0145.88
Hex443EAC3C40021f32f2e
Octal10476254741000413635756
Binary1000100111110101011001111001000000010000111110011101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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