#443CAF

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

Shades of Blue Gem #443CAF

Tints of Blue Gem #443CAF

Color information

#443CAF (or 0x443CAF) is unknown color: approx Blue Gem. HEX triplet: 44, 3C and AF. RGB value is (68,60,175). Sum of RGB (Red+Green+Blue) = 68+60+175=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 175 (68.75% from 255 or 57.76% from 303); Max value from RGB is 175 - color contains mainly: blue. Hex color #443CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443CAF is #BBC350. Grayscale: #4B4B4B. Windows color (decimal): -12305233 or 11484228. OLE color: 11484228.

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

Color convert

RGB6860175-
CMYK0.610.6600.31
HSL244.17º48.94%46.08%-
HSV(B)244.17º65.71%68.63%-
XYZ11.747.5641.4-
YUV75.5184.15122.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.44%
GREEN value IS 60 (23.83% from 255) = 19.80%
BLUE value IS 175 (68.75% from 255) = 57.76%
R=22.44%
G=19.80%
B=57.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal68601750.610.6600.31244.1748.9446.08
Hex443CAF3D4201Ff4312e
Octal10474257751020373646156
Binary100010011110010101111111101100001001111111110100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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