#42367A

Color #42367A Windsor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Windsor #42367A

Tints of Windsor #42367A

Color information

#42367A (or 0x42367A) is unknown color: approx Windsor. HEX triplet: 42, 36 and 7A. RGB value is (66,54,122). Sum of RGB (Red+Green+Blue) = 66+54+122=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 122 (48.05% from 255 or 50.41% from 242); Max value from RGB is 122 - color contains mainly: blue. Hex color #42367A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42367A is #BDC985. Grayscale: #414141. Windows color (decimal): -12437894 or 8009282. OLE color: 8009282.

HSL color Cylindrical-coordinate representation of color #42367A: hue angle of 250.59º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42367A is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6654122-
CMYK0.460.5600.52
HSL250.59º38.64%34.51%-
HSV(B)250.59º55.74%47.84%-
XYZ7.085.219.04-
YUV65.34159.98128.47-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.27%
GREEN value IS 54 (21.48% from 255) = 22.31%
BLUE value IS 122 (48.05% from 255) = 50.41%
R=27.27%
G=22.31%
B=50.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66541220.460.5600.52250.5938.6434.51
Hex42367A2E38034fb2723
Octal1026617256700643734743
Binary10000101101101111010101110111000011010011111011100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42367A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42367A; }

 p { color: rgb(66,54,122); }

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

<style>
 a { background-color: #42367A; }

 a { background-color: rgb(66,54,122); }

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

<style>
 span { border-color: #42367A; }

 span { border-color: rgb(66,54,122); }

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