#7373BA

Color #7373BA Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #7373BA

Tints of Chetwode Blue #7373BA

Color information

#7373BA (or 0x7373BA) is unknown color: approx Chetwode Blue. HEX triplet: 73, 73 and BA. RGB value is (115,115,186). Sum of RGB (Red+Green+Blue) = 115+115+186=416 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.64% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #7373BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7373BA is #8C8C45. Grayscale: #7A7A7A. Windows color (decimal): -9210950 or 12219251. OLE color: 12219251.

HSL color Cylindrical-coordinate representation of color #7373BA: hue angle of 240º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7373BA is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB115115186-
CMYK0.380.3800.27
HSL240º33.97%59.02%-
HSV(B)240º38.17%72.94%-
XYZ22.0619.4549.05-
YUV123.09163.5122.23-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.64%
GREEN value IS 115 (45.31% from 255) = 27.64%
BLUE value IS 186 (73.05% from 255) = 44.71%
R=27.64%
G=27.64%
B=44.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1151151860.380.3800.2724033.9759.02
Hex7373BA262601Bf0223b
Octal16316327246460333604273
Binary111001111100111011101010011010011001101111110000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7373BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7373BA; }

 p { color: rgb(115,115,186); }

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

<style>
 a { background-color: #7373BA; }

 a { background-color: rgb(115,115,186); }

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

<style>
 span { border-color: #7373BA; }

 span { border-color: rgb(115,115,186); }

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