#442FB0

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

Shades of Blue Gem #442FB0

Tints of Blue Gem #442FB0

Color information

#442FB0 (or 0x442FB0) is unknown color: approx Blue Gem. HEX triplet: 44, 2F and B0. RGB value is (68,47,176). Sum of RGB (Red+Green+Blue) = 68+47+176=291 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.37% from 291); Green value is 47 (18.75% from 255 or 16.15% from 291); Blue value is 176 (69.14% from 255 or 60.48% from 291); Max value from RGB is 176 - color contains mainly: blue. Hex color #442FB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442FB0 is #BBD04F. Grayscale: #434343. Windows color (decimal): -12308560 or 11546436. OLE color: 11546436.

HSL color Cylindrical-coordinate representation of color #442FB0: hue angle of 249.77º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #442FB0 is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6847176-
CMYK0.610.7300.31
HSL249.77º57.85%43.73%-
HSV(B)249.77º73.3%69.02%-
XYZ11.246.441.72-
YUV67.98188.96128.01-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.37%
GREEN value IS 47 (18.75% from 255) = 16.15%
BLUE value IS 176 (69.14% from 255) = 60.48%
R=23.37%
G=16.15%
B=60.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal68471760.610.7300.31249.7757.8543.73
Hex442FB03D4901Ffa3a2c
Octal10457260751110373727254
Binary100010010111110110000111101100100101111111111010111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442FB0; }

 p { color: rgb(68,47,176); }

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

<style>
 a { background-color: #442FB0; }

 a { background-color: rgb(68,47,176); }

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

<style>
 span { border-color: #442FB0; }

 span { border-color: rgb(68,47,176); }

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