#42347B

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

Shades of Windsor #42347B

Tints of Windsor #42347B

Color information

#42347B (or 0x42347B) is unknown color: approx Windsor. HEX triplet: 42, 34 and 7B. RGB value is (66,52,123). Sum of RGB (Red+Green+Blue) = 66+52+123=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 123 (48.44% from 255 or 51.04% from 241); Max value from RGB is 123 - color contains mainly: blue. Hex color #42347B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42347B is #BDCB84. Grayscale: #404040. Windows color (decimal): -12438405 or 8074306. OLE color: 8074306.

HSL color Cylindrical-coordinate representation of color #42347B: hue angle of 251.83º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42347B is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6652123-
CMYK0.460.5800.52
HSL251.83º40.57%34.31%-
HSV(B)251.83º57.72%48.24%-
XYZ7.055.0419.34-
YUV64.28161.14129.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.39%
GREEN value IS 52 (20.70% from 255) = 21.58%
BLUE value IS 123 (48.44% from 255) = 51.04%
R=27.39%
G=21.58%
B=51.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66521230.460.5800.52251.8340.5734.31
Hex42347B2E3A034fc2922
Octal1026417356720643745142
Binary10000101101001111011101110111010011010011111100101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42347B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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