#295D70

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

Shades of Chathams Blue #295D70

Tints of Chathams Blue #295D70

Color information

#295D70 (or 0x295D70) is unknown color: approx Chathams Blue. HEX triplet: 29, 5D and 70. RGB value is (41,93,112). Sum of RGB (Red+Green+Blue) = 41+93+112=246 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.67% from 246); Green value is 93 (36.72% from 255 or 37.80% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 112 - color contains mainly: blue. Hex color #295D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295D70 is #D6A28F. Grayscale: #4F4F4F. Windows color (decimal): -14066320 or 7363881. OLE color: 7363881.

HSL color Cylindrical-coordinate representation of color #295D70: hue angle of 196.06º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #295D70 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4193112-
CMYK0.630.1700.56
HSL196.06º46.41%30%-
HSV(B)196.06º63.39%43.92%-
XYZ7.759.4716.75-
YUV79.62146.27100.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.67%
GREEN value IS 93 (36.72% from 255) = 37.80%
BLUE value IS 112 (44.14% from 255) = 45.53%
R=16.67%
G=37.80%
B=45.53%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41931120.630.1700.56196.0646.4130
Hex295D703F11038c42e1e
Octal5113516077210703045636
Binary101001101110111100001111111000101110001100010010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,93,112); }

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

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

 a { background-color: rgb(41,93,112); }

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

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

 span { border-color: rgb(41,93,112); }

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