#7275BB

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

Shades of Chetwode Blue #7275BB

Tints of Chetwode Blue #7275BB

Color information

#7275BB (or 0x7275BB) is unknown color: approx Chetwode Blue. HEX triplet: 72, 75 and BB. RGB value is (114,117,187). Sum of RGB (Red+Green+Blue) = 114+117+187=418 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.27% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 187 - color contains mainly: blue. Hex color #7275BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7275BB is #8D8A44. Grayscale: #7B7B7B. Windows color (decimal): -9275973 or 12285298. OLE color: 12285298.

HSL color Cylindrical-coordinate representation of color #7275BB: hue angle of 237.53º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7275BB is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB114117187-
CMYK0.390.3700.27
HSL237.53º34.93%59.02%-
HSV(B)237.53º39.04%73.33%-
XYZ22.2719.8949.68-
YUV124.08163.51120.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.27%
GREEN value IS 117 (46.09% from 255) = 27.99%
BLUE value IS 187 (73.44% from 255) = 44.74%
R=27.27%
G=27.99%
B=44.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141171870.390.3700.27237.5334.9359.02
Hex7275BB272501Bee233b
Octal16216527347450333564373
Binary111001011101011011101110011110010101101111101110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7275BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7275BB; }

 p { color: rgb(114,117,187); }

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

<style>
 a { background-color: #7275BB; }

 a { background-color: rgb(114,117,187); }

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

<style>
 span { border-color: #7275BB; }

 span { border-color: rgb(114,117,187); }

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