#295268

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

Shades of Chathams Blue #295268

Tints of Chathams Blue #295268

Color information

#295268 (or 0x295268) is unknown color: approx Chathams Blue. HEX triplet: 29, 52 and 68. RGB value is (41,82,104). Sum of RGB (Red+Green+Blue) = 41+82+104=227 (30% of max value = 765). Red value is 41 (16.41% from 255 or 18.06% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 104 - color contains mainly: blue. Hex color #295268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295268 is #D6AD97. Grayscale: #484848. Windows color (decimal): -14069144 or 6836777. OLE color: 6836777.

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

Color convert

RGB4182104-
CMYK0.610.2100.59
HSL200.95º43.45%28.43%-
HSV(B)200.95º60.58%40.78%-
XYZ6.437.5114.21-
YUV72.25145.92105.71-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.06%
GREEN value IS 82 (32.42% from 255) = 36.12%
BLUE value IS 104 (41.02% from 255) = 45.81%
R=18.06%
G=36.12%
B=45.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41821040.610.2100.59200.9543.4528.43
Hex2952683D1503Bc92b1c
Octal5112215075250733115334
Binary101001101001011010001111011010101110111100100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295268; }

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

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

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

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

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

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

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

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