#275069

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

Shades of Chathams Blue #275069

Tints of Chathams Blue #275069

Color information

#275069 (or 0x275069) is unknown color: approx Chathams Blue. HEX triplet: 27, 50 and 69. RGB value is (39,80,105). Sum of RGB (Red+Green+Blue) = 39+80+105=224 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.41% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 105 (41.41% from 255 or 46.88% from 224); Max value from RGB is 105 - color contains mainly: blue. Hex color #275069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275069 is #D8AF96. Grayscale: #464646. Windows color (decimal): -14200727 or 6901799. OLE color: 6901799.

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

Color convert

RGB3980105-
CMYK0.630.2400.59
HSL202.73º45.83%28.24%-
HSV(B)202.73º62.86%41.18%-
XYZ6.267.1914.42-
YUV70.59147.42105.47-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.41%
GREEN value IS 80 (31.64% from 255) = 35.71%
BLUE value IS 105 (41.41% from 255) = 46.88%
R=17.41%
G=35.71%
B=46.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39801050.630.2400.59202.7345.8328.24
Hex2750693F1803Bcb2e1c
Octal4712015177300733135634
Binary100111101000011010011111111100001110111100101110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275069; }

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

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

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

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

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

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

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

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