#295866

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

Shades of Chathams Blue #295866

Tints of Chathams Blue #295866

Color information

#295866 (or 0x295866) is unknown color: approx Chathams Blue. HEX triplet: 29, 58 and 66. RGB value is (41,88,102). Sum of RGB (Red+Green+Blue) = 41+88+102=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 102 (40.23% from 255 or 44.16% from 231); Max value from RGB is 102 - color contains mainly: blue. Hex color #295866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295866 is #D6A799. Grayscale: #4B4B4B. Windows color (decimal): -14067610 or 6707241. OLE color: 6707241.

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

Color convert

RGB4188102-
CMYK0.600.1400.6
HSL193.77º42.66%28.04%-
HSV(B)193.77º59.8%40%-
XYZ6.88.4113.84-
YUV75.54142.93103.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.75%
GREEN value IS 88 (34.77% from 255) = 38.10%
BLUE value IS 102 (40.23% from 255) = 44.16%
R=17.75%
G=38.10%
B=44.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal41881020.600.1400.6193.7742.6628.04
Hex2958663CE03Cc22b1c
Octal5113014674160743025334
Binary10100110110001100110111100111001111001100001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295866; }

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

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

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

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

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

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

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

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