#295A69

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

Shades of Chathams Blue #295A69

Tints of Chathams Blue #295A69

Color information

#295A69 (or 0x295A69) is unknown color: approx Chathams Blue. HEX triplet: 29, 5A and 69. RGB value is (41,90,105). Sum of RGB (Red+Green+Blue) = 41+90+105=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 105 (41.41% from 255 or 44.49% from 236); Max value from RGB is 105 - color contains mainly: blue. Hex color #295A69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295A69 is #D6A596. Grayscale: #4C4C4C. Windows color (decimal): -14067095 or 6904361. OLE color: 6904361.

HSL color Cylindrical-coordinate representation of color #295A69: hue angle of 194.06º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #295A69 is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4190105-
CMYK0.610.1400.59
HSL194.06º43.84%28.63%-
HSV(B)194.06º60.95%41.18%-
XYZ7.128.814.69-
YUV77.06143.77102.28-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.37%
GREEN value IS 90 (35.55% from 255) = 38.14%
BLUE value IS 105 (41.41% from 255) = 44.49%
R=17.37%
G=38.14%
B=44.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41901050.610.1400.59194.0643.8428.63
Hex295A693DE03Bc22c1d
Octal5113215175160733025435
Binary10100110110101101001111101111001110111100001010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295A69; }

 p { color: rgb(41,90,105); }

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

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

 a { background-color: rgb(41,90,105); }

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

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

 span { border-color: rgb(41,90,105); }

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