#275C6D

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

Shades of Chathams Blue #275C6D

Tints of Chathams Blue #275C6D

Color information

#275C6D (or 0x275C6D) is unknown color: approx Chathams Blue. HEX triplet: 27, 5C and 6D. RGB value is (39,92,109). Sum of RGB (Red+Green+Blue) = 39+92+109=240 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.25% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 109 - color contains mainly: blue. Hex color #275C6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275C6D is #D8A392. Grayscale: #4D4D4D. Windows color (decimal): -14197651 or 7167015. OLE color: 7167015.

HSL color Cylindrical-coordinate representation of color #275C6D: hue angle of 194.57º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #275C6D is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3992109-
CMYK0.640.1600.57
HSL194.57º47.3%29.02%-
HSV(B)194.57º64.22%42.75%-
XYZ7.429.1915.85-
YUV78.09145.44100.12-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.25%
GREEN value IS 92 (36.33% from 255) = 38.33%
BLUE value IS 109 (42.97% from 255) = 45.42%
R=16.25%
G=38.33%
B=45.42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal39921090.640.1600.57194.5747.329.02
Hex275C6D4010039c32f1d
Octal47134155100200713035735
Binary1001111011100110110110000001000001110011100001110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275C6D; }

 p { color: rgb(39,92,109); }

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

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

 a { background-color: rgb(39,92,109); }

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

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

 span { border-color: rgb(39,92,109); }

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