#295568

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

Shades of Chathams Blue #295568

Tints of Chathams Blue #295568

Color information

#295568 (or 0x295568) is unknown color: approx Chathams Blue. HEX triplet: 29, 55 and 68. RGB value is (41,85,104). Sum of RGB (Red+Green+Blue) = 41+85+104=230 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.83% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 104 (41.02% from 255 or 45.22% from 230); Max value from RGB is 104 - color contains mainly: blue. Hex color #295568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295568 is #D6AA97. Grayscale: #494949. Windows color (decimal): -14068376 or 6837545. OLE color: 6837545.

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

Color convert

RGB4185104-
CMYK0.610.1800.59
HSL198.1º43.45%28.43%-
HSV(B)198.1º60.58%40.78%-
XYZ6.667.9714.28-
YUV74.01144.92104.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.83%
GREEN value IS 85 (33.59% from 255) = 36.96%
BLUE value IS 104 (41.02% from 255) = 45.22%
R=17.83%
G=36.96%
B=45.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41851040.610.1800.59198.143.4528.43
Hex2955683D1203Bc62b1c
Octal5112515075220733065334
Binary101001101010111010001111011001001110111100011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295568; }

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

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

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

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

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

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

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

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