#295673

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

Shades of Chathams Blue #295673

Tints of Chathams Blue #295673

Color information

#295673 (or 0x295673) is unknown color: approx Chathams Blue. HEX triplet: 29, 56 and 73. RGB value is (41,86,115). Sum of RGB (Red+Green+Blue) = 41+86+115=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 86 (33.98% from 255 or 35.54% from 242); Blue value is 115 (45.31% from 255 or 47.52% from 242); Max value from RGB is 115 - color contains mainly: blue. Hex color #295673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295673 is #D6A98C. Grayscale: #4B4B4B. Windows color (decimal): -14068109 or 7558697. OLE color: 7558697.

HSL color Cylindrical-coordinate representation of color #295673: hue angle of 203.51º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #295673 is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4186115-
CMYK0.640.2500.55
HSL203.51º47.44%30.59%-
HSV(B)203.51º64.35%45.1%-
XYZ7.348.3617.45-
YUV75.85150.09103.14-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.94%
GREEN value IS 86 (33.98% from 255) = 35.54%
BLUE value IS 115 (45.31% from 255) = 47.52%
R=16.94%
G=35.54%
B=47.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41861150.640.2500.55203.5147.4430.59
Hex2956734019037cc2f1f
Octal51126163100310673145737
Binary1010011010110111001110000001100101101111100110010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295673; }

 p { color: rgb(41,86,115); }

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

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

 a { background-color: rgb(41,86,115); }

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

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

 span { border-color: rgb(41,86,115); }

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