#295468

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

Shades of Chathams Blue #295468

Tints of Chathams Blue #295468

Color information

#295468 (or 0x295468) is unknown color: approx Chathams Blue. HEX triplet: 29, 54 and 68. RGB value is (41,84,104). Sum of RGB (Red+Green+Blue) = 41+84+104=229 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.90% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 104 - color contains mainly: blue. Hex color #295468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295468 is #D6AB97. Grayscale: #494949. Windows color (decimal): -14068632 or 6837289. OLE color: 6837289.

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

Color convert

RGB4184104-
CMYK0.610.1900.59
HSL199.05º43.45%28.43%-
HSV(B)199.05º60.58%40.78%-
XYZ6.587.8114.26-
YUV73.42145.25104.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.90%
GREEN value IS 84 (33.20% from 255) = 36.68%
BLUE value IS 104 (41.02% from 255) = 45.41%
R=17.90%
G=36.68%
B=45.41%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41841040.610.1900.59199.0543.4528.43
Hex2954683D1303Bc72b1c
Octal5112415075230733075334
Binary101001101010011010001111011001101110111100011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295468; }

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

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

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

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

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

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

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

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