#7374B9

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

Shades of Chetwode Blue #7374B9

Tints of Chetwode Blue #7374B9

Color information

#7374B9 (or 0x7374B9) is unknown color: approx Chetwode Blue. HEX triplet: 73, 74 and B9. RGB value is (115,116,185). Sum of RGB (Red+Green+Blue) = 115+116+185=416 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.64% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 185 (72.66% from 255 or 44.47% from 416); Max value from RGB is 185 - color contains mainly: blue. Hex color #7374B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7374B9 is #8C8B46. Grayscale: #7B7B7B. Windows color (decimal): -9210695 or 12153971. OLE color: 12153971.

HSL color Cylindrical-coordinate representation of color #7374B9: hue angle of 239.14º degrees, saturation: 0.33, 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 #7374B9 is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB115116185-
CMYK0.380.3700.27
HSL239.14º33.33%58.82%-
HSV(B)239.14º37.84%72.55%-
XYZ22.0719.6448.53-
YUV123.57162.67121.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.64%
GREEN value IS 116 (45.70% from 255) = 27.88%
BLUE value IS 185 (72.66% from 255) = 44.47%
R=27.64%
G=27.88%
B=44.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1151161850.380.3700.27239.1433.3358.82
Hex7374B9262501Bef213b
Octal16316427146450333574173
Binary111001111101001011100110011010010101101111101111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7374B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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