#275573

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

Shades of Chathams Blue #275573

Tints of Chathams Blue #275573

Color information

#275573 (or 0x275573) is unknown color: approx Chathams Blue. HEX triplet: 27, 55 and 73. RGB value is (39,85,115). Sum of RGB (Red+Green+Blue) = 39+85+115=239 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.32% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 115 (45.31% from 255 or 48.12% from 239); Max value from RGB is 115 - color contains mainly: blue. Hex color #275573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275573 is #D8AA8C. Grayscale: #4A4A4A. Windows color (decimal): -14199437 or 7558439. OLE color: 7558439.

HSL color Cylindrical-coordinate representation of color #275573: hue angle of 203.68º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #275573 is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3985115-
CMYK0.660.2600.55
HSL203.68º49.35%30.2%-
HSV(B)203.68º66.09%45.1%-
XYZ7.188.1717.42-
YUV74.67150.76102.56-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.32%
GREEN value IS 85 (33.59% from 255) = 35.56%
BLUE value IS 115 (45.31% from 255) = 48.12%
R=16.32%
G=35.56%
B=48.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39851150.660.2600.55203.6849.3530.2
Hex275573421A037cc311e
Octal47125163102320673146136
Binary1001111010101111001110000101101001101111100110011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275573; }

 p { color: rgb(39,85,115); }

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

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

 a { background-color: rgb(39,85,115); }

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

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

 span { border-color: rgb(39,85,115); }

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