#43347B

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

Shades of Windsor #43347B

Tints of Windsor #43347B

Color information

#43347B (or 0x43347B) is unknown color: approx Windsor. HEX triplet: 43, 34 and 7B. RGB value is (67,52,123). Sum of RGB (Red+Green+Blue) = 67+52+123=242 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.69% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 123 (48.44% from 255 or 50.83% from 242); Max value from RGB is 123 - color contains mainly: blue. Hex color #43347B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43347B is #BCCB84. Grayscale: #404040. Windows color (decimal): -12372869 or 8074307. OLE color: 8074307.

HSL color Cylindrical-coordinate representation of color #43347B: hue angle of 252.68º 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 #43347B is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6752123-
CMYK0.460.5800.52
HSL252.68º40.57%34.31%-
HSV(B)252.68º57.72%48.24%-
XYZ7.125.0819.34-
YUV64.58160.97129.73-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.69%
GREEN value IS 52 (20.70% from 255) = 21.49%
BLUE value IS 123 (48.44% from 255) = 50.83%
R=27.69%
G=21.49%
B=50.83%

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
Decimal67521230.460.5800.52252.6840.5734.31
Hex43347B2E3A034fd2922
Octal1036417356720643755142
Binary10000111101001111011101110111010011010011111101101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43347B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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