#275B69

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

Shades of Chathams Blue #275B69

Tints of Chathams Blue #275B69

Color information

#275B69 (or 0x275B69) is unknown color: approx Chathams Blue. HEX triplet: 27, 5B and 69. RGB value is (39,91,105). Sum of RGB (Red+Green+Blue) = 39+91+105=235 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.60% from 235); Green value is 91 (35.94% from 255 or 38.72% from 235); Blue value is 105 (41.41% from 255 or 44.68% from 235); Max value from RGB is 105 - color contains mainly: blue. Hex color #275B69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275B69 is #D8A496. Grayscale: #4C4C4C. Windows color (decimal): -14197911 or 6904615. OLE color: 6904615.

HSL color Cylindrical-coordinate representation of color #275B69: hue angle of 192.73º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #275B69 is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3991105-
CMYK0.630.1300.59
HSL192.73º45.83%28.24%-
HSV(B)192.73º62.86%41.18%-
XYZ7.138.9314.71-
YUV77.05143.77100.86-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.60%
GREEN value IS 91 (35.94% from 255) = 38.72%
BLUE value IS 105 (41.41% from 255) = 44.68%
R=16.60%
G=38.72%
B=44.68%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39911050.630.1300.59192.7345.8328.24
Hex275B693FD03Bc12e1c
Octal4713315177150733015634
Binary10011110110111101001111111110101110111100000110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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