#275269

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

Shades of Chathams Blue #275269

Tints of Chathams Blue #275269

Color information

#275269 (or 0x275269) is unknown color: approx Chathams Blue. HEX triplet: 27, 52 and 69. RGB value is (39,82,105). Sum of RGB (Red+Green+Blue) = 39+82+105=226 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.26% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 105 - color contains mainly: blue. Hex color #275269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275269 is #D8AD96. Grayscale: #474747. Windows color (decimal): -14200215 or 6902311. OLE color: 6902311.

HSL color Cylindrical-coordinate representation of color #275269: hue angle of 200.91º 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 #275269 is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3982105-
CMYK0.630.2200.59
HSL200.91º45.83%28.24%-
HSV(B)200.91º62.86%41.18%-
XYZ6.47.4914.47-
YUV71.76146.75104.63-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.26%
GREEN value IS 82 (32.42% from 255) = 36.28%
BLUE value IS 105 (41.41% from 255) = 46.46%
R=17.26%
G=36.28%
B=46.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39821050.630.2200.59200.9145.8328.24
Hex2752693F1603Bc92e1c
Octal4712215177260733115634
Binary100111101001011010011111111011001110111100100110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275269; }

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

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

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

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

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

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

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

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