#42236B

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

Shades of Blue Diamond #42236B

Tints of Blue Diamond #42236B

Color information

#42236B (or 0x42236B) is unknown color: approx Blue Diamond. HEX triplet: 42, 23 and 6B. RGB value is (66,35,107). Sum of RGB (Red+Green+Blue) = 66+35+107=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 107 (42.19% from 255 or 51.44% from 208); Max value from RGB is 107 - color contains mainly: blue. Hex color #42236B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42236B is #BDDC94. Grayscale: #343434. Windows color (decimal): -12442773 or 7021378. OLE color: 7021378.

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

Color convert

RGB6635107-
CMYK0.380.6700.58
HSL265.83º50.7%27.84%-
HSV(B)265.83º67.29%41.96%-
XYZ5.53.4214.28-
YUV52.48158.77137.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.73%
GREEN value IS 35 (14.06% from 255) = 16.83%
BLUE value IS 107 (42.19% from 255) = 51.44%
R=31.73%
G=16.83%
B=51.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66351070.380.6700.58265.8350.727.84
Hex42236B264303A10a331c
Octal10243153461030724126334
Binary100001010001111010111001101000011011101010000101011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42236B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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