#757BB3

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

Shades of Chetwode Blue #757BB3

Tints of Chetwode Blue #757BB3

Color information

#757BB3 (or 0x757BB3) is unknown color: approx Chetwode Blue. HEX triplet: 75, 7B and B3. RGB value is (117,123,179). Sum of RGB (Red+Green+Blue) = 117+123+179=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 179 (70.31% from 255 or 42.72% from 419); Max value from RGB is 179 - color contains mainly: blue. Hex color #757BB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757BB3 is #8A844C. Grayscale: #7F7F7F. Windows color (decimal): -9077837 or 11762549. OLE color: 11762549.

HSL color Cylindrical-coordinate representation of color #757BB3: hue angle of 234.19º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #757BB3 is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB117123179-
CMYK0.350.3100.30
HSL234.19º28.97%58.04%-
HSV(B)234.19º34.64%70.2%-
XYZ22.5621.245.55-
YUV127.59157.01120.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.92%
GREEN value IS 123 (48.44% from 255) = 29.36%
BLUE value IS 179 (70.31% from 255) = 42.72%
R=27.92%
G=29.36%
B=42.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1171231790.350.3100.30234.1928.9758.04
Hex757BB3231F01Eea1d3a
Octal16517326343370363523572
Binary1110101111101110110011100011111110111101110101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757BB3; }

 p { color: rgb(117,123,179); }

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

<style>
 a { background-color: #757BB3; }

 a { background-color: rgb(117,123,179); }

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

<style>
 span { border-color: #757BB3; }

 span { border-color: rgb(117,123,179); }

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