#295868

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

Shades of Chathams Blue #295868

Tints of Chathams Blue #295868

Color information

#295868 (or 0x295868) is unknown color: approx Chathams Blue. HEX triplet: 29, 58 and 68. RGB value is (41,88,104). Sum of RGB (Red+Green+Blue) = 41+88+104=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 104 (41.02% from 255 or 44.64% from 233); Max value from RGB is 104 - color contains mainly: blue. Hex color #295868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295868 is #D6A797. Grayscale: #4B4B4B. Windows color (decimal): -14067608 or 6838313. OLE color: 6838313.

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

Color convert

RGB4188104-
CMYK0.610.1500.59
HSL195.24º43.45%28.43%-
HSV(B)195.24º60.58%40.78%-
XYZ6.98.4514.36-
YUV75.77143.93103.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.60%
GREEN value IS 88 (34.77% from 255) = 37.77%
BLUE value IS 104 (41.02% from 255) = 44.64%
R=17.60%
G=37.77%
B=44.64%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41881040.610.1500.59195.2443.4528.43
Hex2958683DF03Bc32b1c
Octal5113015075170733035334
Binary10100110110001101000111101111101110111100001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295868; }

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

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

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

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

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

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

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

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