#295469

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

Shades of Chathams Blue #295469

Tints of Chathams Blue #295469

Color information

#295469 (or 0x295469) is unknown color: approx Chathams Blue. HEX triplet: 29, 54 and 69. RGB value is (41,84,105). Sum of RGB (Red+Green+Blue) = 41+84+105=230 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.83% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 105 (41.41% from 255 or 45.65% from 230); Max value from RGB is 105 - color contains mainly: blue. Hex color #295469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295469 is #D6AB96. Grayscale: #494949. Windows color (decimal): -14068631 or 6902825. OLE color: 6902825.

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

Color convert

RGB4184105-
CMYK0.610.2000.59
HSL199.69º43.84%28.63%-
HSV(B)199.69º60.95%41.18%-
XYZ6.637.8314.53-
YUV73.54145.75104.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.83%
GREEN value IS 84 (33.20% from 255) = 36.52%
BLUE value IS 105 (41.41% from 255) = 45.65%
R=17.83%
G=36.52%
B=45.65%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41841050.610.2000.59199.6943.8428.63
Hex2954693D1403Bc82c1d
Octal5112415175240733105435
Binary101001101010011010011111011010001110111100100010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295469; }

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

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

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

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

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

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

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

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