#42256B

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

Shades of Blue Diamond #42256B

Tints of Blue Diamond #42256B

Color information

#42256B (or 0x42256B) is unknown color: approx Blue Diamond. HEX triplet: 42, 25 and 6B. RGB value is (66,37,107). Sum of RGB (Red+Green+Blue) = 66+37+107=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 107 (42.19% from 255 or 50.95% from 210); Max value from RGB is 107 - color contains mainly: blue. Hex color #42256B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42256B is #BDDA94. Grayscale: #353535. Windows color (decimal): -12442261 or 7021890. OLE color: 7021890.

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

Color convert

RGB6637107-
CMYK0.380.6500.58
HSL264.86º48.61%28.24%-
HSV(B)264.86º65.42%41.96%-
XYZ5.563.5414.3-
YUV53.65158.11136.81-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.43%
GREEN value IS 37 (14.84% from 255) = 17.62%
BLUE value IS 107 (42.19% from 255) = 50.95%
R=31.43%
G=17.62%
B=50.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66371070.380.6500.58264.8648.6128.24
Hex42256B264103A109311c
Octal10245153461010724116134
Binary100001010010111010111001101000001011101010000100111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42256B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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