#295466

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

Shades of Chathams Blue #295466

Tints of Chathams Blue #295466

Color information

#295466 (or 0x295466) is unknown color: approx Chathams Blue. HEX triplet: 29, 54 and 66. RGB value is (41,84,102). Sum of RGB (Red+Green+Blue) = 41+84+102=227 (30% of max value = 765). Red value is 41 (16.41% from 255 or 18.06% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 102 (40.23% from 255 or 44.93% from 227); Max value from RGB is 102 - color contains mainly: blue. Hex color #295466 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295466 is #D6AB99. Grayscale: #494949. Windows color (decimal): -14068634 or 6706217. OLE color: 6706217.

HSL color Cylindrical-coordinate representation of color #295466: hue angle of 197.7º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #295466 is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4184102-
CMYK0.600.1800.6
HSL197.7º42.66%28.04%-
HSV(B)197.7º59.8%40%-
XYZ6.487.7713.73-
YUV73.19144.25105.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.06%
GREEN value IS 84 (33.20% from 255) = 37.00%
BLUE value IS 102 (40.23% from 255) = 44.93%
R=18.06%
G=37.00%
B=44.93%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal41841020.600.1800.6197.742.6628.04
Hex2954663C1203Cc62b1c
Octal5112414674220743065334
Binary101001101010011001101111001001001111001100011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295466; }

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

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

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

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

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

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

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

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