#275466

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

Shades of Chathams Blue #275466

Tints of Chathams Blue #275466

Color information

#275466 (or 0x275466) is unknown color: approx Chathams Blue. HEX triplet: 27, 54 and 66. RGB value is (39,84,102). Sum of RGB (Red+Green+Blue) = 39+84+102=225 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.33% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 102 (40.23% from 255 or 45.33% from 225); Max value from RGB is 102 - color contains mainly: blue. Hex color #275466 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275466 is #D8AB99. Grayscale: #484848. Windows color (decimal): -14199706 or 6706215. OLE color: 6706215.

HSL color Cylindrical-coordinate representation of color #275466: hue angle of 197.14º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #275466 is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3984102-
CMYK0.620.1800.6
HSL197.14º44.68%27.65%-
HSV(B)197.14º61.76%40%-
XYZ6.417.7313.73-
YUV72.6144.59104.04-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.33%
GREEN value IS 84 (33.20% from 255) = 37.33%
BLUE value IS 102 (40.23% from 255) = 45.33%
R=17.33%
G=37.33%
B=45.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal39841020.620.1800.6197.1444.6827.65
Hex2754663E1203Cc52d1c
Octal4712414676220743055534
Binary100111101010011001101111101001001111001100010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275466; }

 p { color: rgb(39,84,102); }

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

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

 a { background-color: rgb(39,84,102); }

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

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

 span { border-color: rgb(39,84,102); }

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