#42289A

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

Shades of Blue Gem #42289A

Tints of Blue Gem #42289A

Color information

#42289A (or 0x42289A) is unknown color: approx Blue Gem. HEX triplet: 42, 28 and 9A. RGB value is (66,40,154). Sum of RGB (Red+Green+Blue) = 66+40+154=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 154 (60.55% from 255 or 59.23% from 260); Max value from RGB is 154 - color contains mainly: blue. Hex color #42289A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42289A is #BDD765. Grayscale: #3C3C3C. Windows color (decimal): -12441446 or 10102850. OLE color: 10102850.

HSL color Cylindrical-coordinate representation of color #42289A: hue angle of 253.68º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42289A is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6640154-
CMYK0.570.7400.40
HSL253.68º58.76%38.04%-
HSV(B)253.68º74.03%60.39%-
XYZ8.845.0131.07-
YUV60.77180.61131.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.38%
GREEN value IS 40 (16.02% from 255) = 15.38%
BLUE value IS 154 (60.55% from 255) = 59.23%
R=25.38%
G=15.38%
B=59.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal66401540.570.7400.40253.6858.7638.04
Hex42289A394A028fe3b26
Octal10250232711120503767346
Binary1000010101000100110101110011001010010100011111110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42289A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42289A; }

 p { color: rgb(66,40,154); }

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

<style>
 a { background-color: #42289A; }

 a { background-color: rgb(66,40,154); }

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

<style>
 span { border-color: #42289A; }

 span { border-color: rgb(66,40,154); }

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