#275c6e

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

Shades of Chathams Blue #275C6E

Tints of Chathams Blue #275C6E

Color information

#275C6E (or 0x275C6E) is unknown color: approx Chathams Blue. HEX triplet: 27, 5C and 6E. RGB value is (39,92,110). Sum of RGB (Red+Green+Blue) = 39+92+110=241 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.18% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 110 (43.36% from 255 or 45.64% from 241); Max value from RGB is 110 - color contains mainly: blue. Hex color #275C6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275C6E is #D8A391. Grayscale: #4E4E4E. Windows color (decimal): -14197650 or 7232551. OLE color: 7232551.

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

Color convert

RGB3992110-
CMYK0.650.1600.57
HSL195.21º47.65%29.22%-
HSV(B)195.21º64.55%43.14%-
XYZ7.489.2116.14-
YUV78.2145.94100.04-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.18%
GREEN value IS 92 (36.33% from 255) = 38.17%
BLUE value IS 110 (43.36% from 255) = 45.64%
R=16.18%
G=38.17%
B=45.64%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal39921100.650.1600.57195.2147.6529.22
Hex275C6E4110039c3301d
Octal47134156101200713036035
Binary1001111011100110111010000011000001110011100001111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275c6e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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