#7275BC

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

Shades of Chetwode Blue #7275BC

Tints of Chetwode Blue #7275BC

Color information

#7275BC (or 0x7275BC) is unknown color: approx Chetwode Blue. HEX triplet: 72, 75 and BC. RGB value is (114,117,188). Sum of RGB (Red+Green+Blue) = 114+117+188=419 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.21% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #7275BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7275BC is #8D8A43. Grayscale: #7B7B7B. Windows color (decimal): -9275972 or 12350834. OLE color: 12350834.

HSL color Cylindrical-coordinate representation of color #7275BC: hue angle of 237.57º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7275BC is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB114117188-
CMYK0.390.3800.26
HSL237.57º35.58%59.22%-
HSV(B)237.57º39.36%73.73%-
XYZ22.3819.9350.24-
YUV124.2164.01120.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.21%
GREEN value IS 117 (46.09% from 255) = 27.92%
BLUE value IS 188 (73.83% from 255) = 44.87%
R=27.21%
G=27.92%
B=44.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1141171880.390.3800.26237.5735.5859.22
Hex7275BC272601Aee243b
Octal16216527447460323564473
Binary111001011101011011110010011110011001101011101110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7275BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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