#275B6C

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

Shades of Chathams Blue #275B6C

Tints of Chathams Blue #275B6C

Color information

#275B6C (or 0x275B6C) is unknown color: approx Chathams Blue. HEX triplet: 27, 5B and 6C. RGB value is (39,91,108). Sum of RGB (Red+Green+Blue) = 39+91+108=238 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.39% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 108 (42.58% from 255 or 45.38% from 238); Max value from RGB is 108 - color contains mainly: blue. Hex color #275B6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275B6C is #D8A493. Grayscale: #4D4D4D. Windows color (decimal): -14197908 or 7101223. OLE color: 7101223.

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

Color convert

RGB3991108-
CMYK0.640.1600.58
HSL194.78º46.94%28.82%-
HSV(B)194.78º63.89%42.35%-
XYZ7.28915.54-
YUV77.39145.27100.62-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.39%
GREEN value IS 91 (35.94% from 255) = 38.24%
BLUE value IS 108 (42.58% from 255) = 45.38%
R=16.39%
G=38.24%
B=45.38%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal39911080.640.1600.58194.7846.9428.82
Hex275B6C401003Ac32f1d
Octal47133154100200723035735
Binary1001111011011110110010000001000001110101100001110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,91,108); }

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

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

 a { background-color: rgb(39,91,108); }

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

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

 span { border-color: rgb(39,91,108); }

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