#315267

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

Shades of Chathams Blue #315267

Tints of Chathams Blue #315267

Color information

#315267 (or 0x315267) is unknown color: approx Chathams Blue. HEX triplet: 31, 52 and 67. RGB value is (49,82,103). Sum of RGB (Red+Green+Blue) = 49+82+103=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 103 (40.62% from 255 or 44.02% from 234); Max value from RGB is 103 - color contains mainly: blue. Hex color #315267 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315267 is #CEAD98. Grayscale: #4A4A4A. Windows color (decimal): -13544857 or 6771249. OLE color: 6771249.

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

Color convert

RGB4982103-
CMYK0.520.2000.60
HSL203.33º35.53%29.8%-
HSV(B)203.33º52.43%40.39%-
XYZ6.737.6713.96-
YUV74.53144.07109.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.94%
GREEN value IS 82 (32.42% from 255) = 35.04%
BLUE value IS 103 (40.62% from 255) = 44.02%
R=20.94%
G=35.04%
B=44.02%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49821030.520.2000.60203.3335.5329.8
Hex315267341403Ccb241e
Octal6112214764240743134436
Binary110001101001011001111101001010001111001100101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315267; }

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

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

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

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

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

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

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

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