#42347C

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

Shades of Windsor #42347C

Tints of Windsor #42347C

Color information

#42347C (or 0x42347C) is unknown color: approx Windsor. HEX triplet: 42, 34 and 7C. RGB value is (66,52,124). Sum of RGB (Red+Green+Blue) = 66+52+124=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 124 (48.83% from 255 or 51.24% from 242); Max value from RGB is 124 - color contains mainly: blue. Hex color #42347C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42347C is #BDCB83. Grayscale: #404040. Windows color (decimal): -12438404 or 8139842. OLE color: 8139842.

HSL color Cylindrical-coordinate representation of color #42347C: hue angle of 251.67º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42347C is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6652124-
CMYK0.470.5800.51
HSL251.67º40.91%34.51%-
HSV(B)251.67º58.06%48.63%-
XYZ7.115.0719.67-
YUV64.39161.64129.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.27%
GREEN value IS 52 (20.70% from 255) = 21.49%
BLUE value IS 124 (48.83% from 255) = 51.24%
R=27.27%
G=21.49%
B=51.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66521240.470.5800.51251.6740.9134.51
Hex42347C2F3A033fc2923
Octal1026417457720633745143
Binary10000101101001111100101111111010011001111111100101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42347C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42347C; }

 p { color: rgb(66,52,124); }

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

<style>
 a { background-color: #42347C; }

 a { background-color: rgb(66,52,124); }

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

<style>
 span { border-color: #42347C; }

 span { border-color: rgb(66,52,124); }

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