#42269E

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

Shades of Blue Gem #42269E

Tints of Blue Gem #42269E

Color information

#42269E (or 0x42269E) is unknown color: approx Blue Gem. HEX triplet: 42, 26 and 9E. RGB value is (66,38,158). Sum of RGB (Red+Green+Blue) = 66+38+158=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 158 (62.11% from 255 or 60.31% from 262); Max value from RGB is 158 - color contains mainly: blue. Hex color #42269E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42269E is #BDD961. Grayscale: #3B3B3B. Windows color (decimal): -12441954 or 10364482. OLE color: 10364482.

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

Color convert

RGB6638158-
CMYK0.580.7600.38
HSL254º61.22%38.43%-
HSV(B)254º75.95%61.96%-
XYZ9.115.0132.84-
YUV60.05183.28132.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.19%
GREEN value IS 38 (15.23% from 255) = 14.50%
BLUE value IS 158 (62.11% from 255) = 60.31%
R=25.19%
G=14.50%
B=60.31%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66381580.580.7600.3825461.2238.43
Hex42269E3A4C026fe3d26
Octal10246236721140463767546
Binary1000010100110100111101110101001100010011011111110111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42269E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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