#315469

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

Shades of Chathams Blue #315469

Tints of Chathams Blue #315469

Color information

#315469 (or 0x315469) is unknown color: approx Chathams Blue. HEX triplet: 31, 54 and 69. RGB value is (49,84,105). Sum of RGB (Red+Green+Blue) = 49+84+105=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 105 - color contains mainly: blue. Hex color #315469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315469 is #CEAB96. Grayscale: #4B4B4B. Windows color (decimal): -13544343 or 6902833. OLE color: 6902833.

HSL color Cylindrical-coordinate representation of color #315469: hue angle of 202.5º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #315469 is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4984105-
CMYK0.530.2000.59
HSL202.5º36.36%30.2%-
HSV(B)202.5º53.33%41.18%-
XYZ6.998.0114.54-
YUV75.93144.4108.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.59%
GREEN value IS 84 (33.20% from 255) = 35.29%
BLUE value IS 105 (41.41% from 255) = 44.12%
R=20.59%
G=35.29%
B=44.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49841050.530.2000.59202.536.3630.2
Hex315469351403Bca241e
Octal6112415165240733124436
Binary110001101010011010011101011010001110111100101010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315469; }

 p { color: rgb(49,84,105); }

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

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

 a { background-color: rgb(49,84,105); }

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

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

 span { border-color: rgb(49,84,105); }

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