#295366

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

Shades of Chathams Blue #295366

Tints of Chathams Blue #295366

Color information

#295366 (or 0x295366) is unknown color: approx Chathams Blue. HEX triplet: 29, 53 and 66. RGB value is (41,83,102). Sum of RGB (Red+Green+Blue) = 41+83+102=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 102 (40.23% from 255 or 45.13% from 226); Max value from RGB is 102 - color contains mainly: blue. Hex color #295366 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295366 is #D6AC99. Grayscale: #484848. Windows color (decimal): -14068890 or 6705961. OLE color: 6705961.

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

Color convert

RGB4183102-
CMYK0.600.1900.6
HSL198.69º42.66%28.04%-
HSV(B)198.69º59.8%40%-
XYZ6.417.6213.7-
YUV72.61144.59105.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.14%
GREEN value IS 83 (32.81% from 255) = 36.73%
BLUE value IS 102 (40.23% from 255) = 45.13%
R=18.14%
G=36.73%
B=45.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal41831020.600.1900.6198.6942.6628.04
Hex2953663C1303Cc72b1c
Octal5112314674230743075334
Binary101001101001111001101111001001101111001100011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295366; }

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

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

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

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

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

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

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

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