#295869

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

Shades of Chathams Blue #295869

Tints of Chathams Blue #295869

Color information

#295869 (or 0x295869) is unknown color: approx Chathams Blue. HEX triplet: 29, 58 and 69. RGB value is (41,88,105). Sum of RGB (Red+Green+Blue) = 41+88+105=234 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.52% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 105 (41.41% from 255 or 44.87% from 234); Max value from RGB is 105 - color contains mainly: blue. Hex color #295869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295869 is #D6A796. Grayscale: #4B4B4B. Windows color (decimal): -14067607 or 6903849. OLE color: 6903849.

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

Color convert

RGB4188105-
CMYK0.610.1600.59
HSL195.94º43.84%28.63%-
HSV(B)195.94º60.95%41.18%-
XYZ6.958.4714.63-
YUV75.89144.43103.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.52%
GREEN value IS 88 (34.77% from 255) = 37.61%
BLUE value IS 105 (41.41% from 255) = 44.87%
R=17.52%
G=37.61%
B=44.87%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41881050.610.1600.59195.9443.8428.63
Hex2958693D1003Bc42c1d
Octal5113015175200733045435
Binary101001101100011010011111011000001110111100010010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295869; }

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

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

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

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

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

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

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

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