#275A6C

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

Shades of Chathams Blue #275A6C

Tints of Chathams Blue #275A6C

Color information

#275A6C (or 0x275A6C) is unknown color: approx Chathams Blue. HEX triplet: 27, 5A and 6C. RGB value is (39,90,108). Sum of RGB (Red+Green+Blue) = 39+90+108=237 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.46% from 237); Green value is 90 (35.55% from 255 or 37.97% from 237); Blue value is 108 (42.58% from 255 or 45.57% from 237); Max value from RGB is 108 - color contains mainly: blue. Hex color #275A6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275A6C is #D8A593. Grayscale: #4C4C4C. Windows color (decimal): -14198164 or 7100967. OLE color: 7100967.

HSL color Cylindrical-coordinate representation of color #275A6C: hue angle of 195.65º 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 #275A6C is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3990108-
CMYK0.640.1700.58
HSL195.65º46.94%28.82%-
HSV(B)195.65º63.89%42.35%-
XYZ7.28.8315.51-
YUV76.8145.6101.04-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.46%
GREEN value IS 90 (35.55% from 255) = 37.97%
BLUE value IS 108 (42.58% from 255) = 45.57%
R=16.46%
G=37.97%
B=45.57%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal39901080.640.1700.58195.6546.9428.82
Hex275A6C401103Ac42f1d
Octal47132154100210723045735
Binary1001111011010110110010000001000101110101100010010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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