#295069

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

Shades of Chathams Blue #295069

Tints of Chathams Blue #295069

Color information

#295069 (or 0x295069) is unknown color: approx Chathams Blue. HEX triplet: 29, 50 and 69. RGB value is (41,80,105). Sum of RGB (Red+Green+Blue) = 41+80+105=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 80 (31.64% from 255 or 35.40% 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 #295069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295069 is #D6AF96. Grayscale: #474747. Windows color (decimal): -14069655 or 6901801. OLE color: 6901801.

HSL color Cylindrical-coordinate representation of color #295069: hue angle of 203.44º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #295069 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4180105-
CMYK0.610.2400.59
HSL203.44º43.84%28.63%-
HSV(B)203.44º60.95%41.18%-
XYZ6.337.2314.43-
YUV71.19147.08106.47-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.14%
GREEN value IS 80 (31.64% from 255) = 35.40%
BLUE value IS 105 (41.41% from 255) = 46.46%
R=18.14%
G=35.40%
B=46.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41801050.610.2400.59203.4443.8428.63
Hex2950693D1803Bcb2c1d
Octal5112015175300733135435
Binary101001101000011010011111011100001110111100101110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295069; }

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

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

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

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

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

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

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

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