#442F8B

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

Shades of Blue Gem #442F8B

Tints of Blue Gem #442F8B

Color information

#442F8B (or 0x442F8B) is unknown color: approx Blue Gem. HEX triplet: 44, 2F and 8B. RGB value is (68,47,139). Sum of RGB (Red+Green+Blue) = 68+47+139=254 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.77% from 254); Green value is 47 (18.75% from 255 or 18.50% from 254); Blue value is 139 (54.69% from 255 or 54.72% from 254); Max value from RGB is 139 - color contains mainly: blue. Hex color #442F8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442F8B is #BBD074. Grayscale: #3F3F3F. Windows color (decimal): -12308597 or 9121604. OLE color: 9121604.

HSL color Cylindrical-coordinate representation of color #442F8B: hue angle of 253.7º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #442F8B is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6847139-
CMYK0.510.6600.45
HSL253.7º49.46%36.47%-
HSV(B)253.7º66.19%54.51%-
XYZ8.065.1324.99-
YUV63.77170.46131.02-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.77%
GREEN value IS 47 (18.75% from 255) = 18.50%
BLUE value IS 139 (54.69% from 255) = 54.72%
R=26.77%
G=18.50%
B=54.72%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal68471390.510.6600.45253.749.4636.47
Hex442F8B334202Dfe3124
Octal10457213631020553766144
Binary1000100101111100010111100111000010010110111111110110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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