#295867

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

Shades of Chathams Blue #295867

Tints of Chathams Blue #295867

Color information

#295867 (or 0x295867) is unknown color: approx Chathams Blue. HEX triplet: 29, 58 and 67. RGB value is (41,88,103). Sum of RGB (Red+Green+Blue) = 41+88+103=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 103 (40.62% from 255 or 44.40% from 232); Max value from RGB is 103 - color contains mainly: blue. Hex color #295867 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295867 is #D6A798. Grayscale: #4B4B4B. Windows color (decimal): -14067609 or 6772777. OLE color: 6772777.

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

Color convert

RGB4188103-
CMYK0.600.1500.60
HSL194.52º43.06%28.24%-
HSV(B)194.52º60.19%40.39%-
XYZ6.858.4314.1-
YUV75.66143.43103.28-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.67%
GREEN value IS 88 (34.77% from 255) = 37.93%
BLUE value IS 103 (40.62% from 255) = 44.40%
R=17.67%
G=37.93%
B=44.40%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41881030.600.1500.60194.5243.0628.24
Hex2958673CF03Cc32b1c
Octal5113014774170743035334
Binary10100110110001100111111100111101111001100001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295867; }

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

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

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

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

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

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

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

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