#7374BF

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

Shades of Chetwode Blue #7374BF

Tints of Chetwode Blue #7374BF

Color information

#7374BF (or 0x7374BF) is unknown color: approx Chetwode Blue. HEX triplet: 73, 74 and BF. RGB value is (115,116,191). Sum of RGB (Red+Green+Blue) = 115+116+191=422 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.25% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 191 - color contains mainly: blue. Hex color #7374BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7374BF is #8C8B40. Grayscale: #7B7B7B. Windows color (decimal): -9210689 or 12547187. OLE color: 12547187.

HSL color Cylindrical-coordinate representation of color #7374BF: hue angle of 239.21º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7374BF is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB115116191-
CMYK0.400.3900.25
HSL239.21º37.25%60%-
HSV(B)239.21º39.79%74.9%-
XYZ22.7219.951.93-
YUV124.25165.67121.4-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.25%
GREEN value IS 116 (45.70% from 255) = 27.49%
BLUE value IS 191 (75% from 255) = 45.26%
R=27.25%
G=27.49%
B=45.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151161910.400.3900.25239.2137.2560
Hex7374BF2827019ef253c
Octal16316427750470313574574
Binary111001111101001011111110100010011101100111101111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7374BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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