#7374A4

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

Shades of Chetwode Blue #7374A4

Tints of Chetwode Blue #7374A4

Color information

#7374A4 (or 0x7374A4) is unknown color: approx Chetwode Blue. HEX triplet: 73, 74 and A4. RGB value is (115,116,164). Sum of RGB (Red+Green+Blue) = 115+116+164=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 164 (64.45% from 255 or 41.52% from 395); Max value from RGB is 164 - color contains mainly: blue. Hex color #7374A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7374A4 is #8C8B5B. Grayscale: #787878. Windows color (decimal): -9210716 or 10777715. OLE color: 10777715.

HSL color Cylindrical-coordinate representation of color #7374A4: hue angle of 238.78º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7374A4 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB115116164-
CMYK0.300.2900.36
HSL238.78º21.21%54.71%-
HSV(B)238.78º29.88%64.31%-
XYZ20.0218.8237.7-
YUV121.17152.17123.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.11%
GREEN value IS 116 (45.70% from 255) = 29.37%
BLUE value IS 164 (64.45% from 255) = 41.52%
R=29.11%
G=29.37%
B=41.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1151161640.300.2900.36238.7821.2154.71
Hex7374A41E1D024ef1537
Octal16316424436350443572567
Binary1110011111010010100100111101110101001001110111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7374A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7374A4; }

 p { color: rgb(115,116,164); }

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

<style>
 a { background-color: #7374A4; }

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

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

<style>
 span { border-color: #7374A4; }

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

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