#315467

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

Shades of Chathams Blue #315467

Tints of Chathams Blue #315467

Color information

#315467 (or 0x315467) is unknown color: approx Chathams Blue. HEX triplet: 31, 54 and 67. RGB value is (49,84,103). Sum of RGB (Red+Green+Blue) = 49+84+103=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 84 (33.20% from 255 or 35.59% from 236); Blue value is 103 (40.62% from 255 or 43.64% from 236); Max value from RGB is 103 - color contains mainly: blue. Hex color #315467 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315467 is #CEAB98. Grayscale: #4B4B4B. Windows color (decimal): -13544345 or 6771761. OLE color: 6771761.

HSL color Cylindrical-coordinate representation of color #315467: hue angle of 201.11º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #315467 is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4984103-
CMYK0.520.1800.60
HSL201.11º35.53%29.8%-
HSV(B)201.11º52.43%40.39%-
XYZ6.897.9714.01-
YUV75.7143.4108.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.76%
GREEN value IS 84 (33.20% from 255) = 35.59%
BLUE value IS 103 (40.62% from 255) = 43.64%
R=20.76%
G=35.59%
B=43.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49841030.520.1800.60201.1135.5329.8
Hex315467341203Cc9241e
Octal6112414764220743114436
Binary110001101010011001111101001001001111001100100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315467; }

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

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

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

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

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

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

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

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