#443BB2

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

Shades of Blue Gem #443BB2

Tints of Blue Gem #443BB2

Color information

#443BB2 (or 0x443BB2) is unknown color: approx Blue Gem. HEX triplet: 44, 3B and B2. RGB value is (68,59,178). Sum of RGB (Red+Green+Blue) = 68+59+178=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 59 (23.44% from 255 or 19.34% from 305); Blue value is 178 (69.92% from 255 or 58.36% from 305); Max value from RGB is 178 - color contains mainly: blue. Hex color #443BB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443BB2 is #BBC44D. Grayscale: #4A4A4A. Windows color (decimal): -12305486 or 11680580. OLE color: 11680580.

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

Color convert

RGB6859178-
CMYK0.620.6700.30
HSL244.54º50.21%46.47%-
HSV(B)244.54º66.85%69.8%-
XYZ11.987.5742.95-
YUV75.26185.98122.82-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.30%
GREEN value IS 59 (23.44% from 255) = 19.34%
BLUE value IS 178 (69.92% from 255) = 58.36%
R=22.30%
G=19.34%
B=58.36%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal68591780.620.6700.30244.5450.2146.47
Hex443BB23E4301Ef5322e
Octal10473262761030363656256
Binary100010011101110110010111110100001101111011110101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,59,178); }

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

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

 a { background-color: rgb(68,59,178); }

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

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

 span { border-color: rgb(68,59,178); }

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