#42286B

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

Shades of Blue Diamond #42286B

Tints of Blue Diamond #42286B

Color information

#42286B (or 0x42286B) is unknown color: approx Blue Diamond. HEX triplet: 42, 28 and 6B. RGB value is (66,40,107). Sum of RGB (Red+Green+Blue) = 66+40+107=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 107 (42.19% from 255 or 50.23% from 213); Max value from RGB is 107 - color contains mainly: blue. Hex color #42286B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42286B is #BDD794. Grayscale: #373737. Windows color (decimal): -12441493 or 7022658. OLE color: 7022658.

HSL color Cylindrical-coordinate representation of color #42286B: hue angle of 263.28º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42286B is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6640107-
CMYK0.380.6300.58
HSL263.28º45.58%28.82%-
HSV(B)263.28º62.62%41.96%-
XYZ5.663.7414.33-
YUV55.41157.11135.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.99%
GREEN value IS 40 (16.02% from 255) = 18.78%
BLUE value IS 107 (42.19% from 255) = 50.23%
R=30.99%
G=18.78%
B=50.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66401070.380.6300.58263.2845.5828.82
Hex42286B263F03A1072e1d
Octal1025015346770724075635
Binary10000101010001101011100110111111011101010000011110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42286B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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