#443AAF

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

Shades of Blue Gem #443AAF

Tints of Blue Gem #443AAF

Color information

#443AAF (or 0x443AAF) is unknown color: approx Blue Gem. HEX triplet: 44, 3A and AF. RGB value is (68,58,175). Sum of RGB (Red+Green+Blue) = 68+58+175=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 175 (68.75% from 255 or 58.14% from 301); Max value from RGB is 175 - color contains mainly: blue. Hex color #443AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443AAF is #BBC550. Grayscale: #494949. Windows color (decimal): -12305745 or 11483716. OLE color: 11483716.

HSL color Cylindrical-coordinate representation of color #443AAF: hue angle of 245.13º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #443AAF is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6858175-
CMYK0.610.6700.31
HSL245.13º50.21%45.69%-
HSV(B)245.13º66.86%68.63%-
XYZ11.637.3541.36-
YUV74.33184.81123.49-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.59%
GREEN value IS 58 (23.05% from 255) = 19.27%
BLUE value IS 175 (68.75% from 255) = 58.14%
R=22.59%
G=19.27%
B=58.14%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal68581750.610.6700.31245.1350.2145.69
Hex443AAF3D4301Ff5322e
Octal10472257751030373656256
Binary100010011101010101111111101100001101111111110101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,58,175); }

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

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

 a { background-color: rgb(68,58,175); }

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

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

 span { border-color: rgb(68,58,175); }

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