#42269B

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

Shades of Blue Gem #42269B

Tints of Blue Gem #42269B

Color information

#42269B (or 0x42269B) is unknown color: approx Blue Gem. HEX triplet: 42, 26 and 9B. RGB value is (66,38,155). Sum of RGB (Red+Green+Blue) = 66+38+155=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 155 (60.94% from 255 or 59.85% from 259); Max value from RGB is 155 - color contains mainly: blue. Hex color #42269B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42269B is #BDD964. Grayscale: #3B3B3B. Windows color (decimal): -12441957 or 10167874. OLE color: 10167874.

HSL color Cylindrical-coordinate representation of color #42269B: hue angle of 254.36º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #42269B is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6638155-
CMYK0.570.7500.39
HSL254.36º60.62%37.84%-
HSV(B)254.36º75.48%60.78%-
XYZ8.864.9131.49-
YUV59.71181.78132.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.48%
GREEN value IS 38 (15.23% from 255) = 14.67%
BLUE value IS 155 (60.94% from 255) = 59.85%
R=25.48%
G=14.67%
B=59.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal66381550.570.7500.39254.3660.6237.84
Hex42269B394B027fe3d26
Octal10246233711130473767546
Binary1000010100110100110111110011001011010011111111110111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42269B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42269B; }

 p { color: rgb(66,38,155); }

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

<style>
 a { background-color: #42269B; }

 a { background-color: rgb(66,38,155); }

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

<style>
 span { border-color: #42269B; }

 span { border-color: rgb(66,38,155); }

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