#315366

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

Shades of Chathams Blue #315366

Tints of Chathams Blue #315366

Color information

#315366 (or 0x315366) is unknown color: approx Chathams Blue. HEX triplet: 31, 53 and 66. RGB value is (49,83,102). Sum of RGB (Red+Green+Blue) = 49+83+102=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 102 (40.23% from 255 or 43.59% from 234); Max value from RGB is 102 - color contains mainly: blue. Hex color #315366 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315366 is #CEAC99. Grayscale: #4A4A4A. Windows color (decimal): -13544602 or 6705969. OLE color: 6705969.

HSL color Cylindrical-coordinate representation of color #315366: hue angle of 201.51º degrees, saturation: 0.35, 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 #315366 is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4983102-
CMYK0.520.1900.6
HSL201.51º35.1%29.61%-
HSV(B)201.51º51.96%40%-
XYZ6.767.813.72-
YUV75143.24109.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.94%
GREEN value IS 83 (32.81% from 255) = 35.47%
BLUE value IS 102 (40.23% from 255) = 43.59%
R=20.94%
G=35.47%
B=43.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal49831020.520.1900.6201.5135.129.61
Hex315366341303Cca231e
Octal6112314664230743124336
Binary110001101001111001101101001001101111001100101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315366; }

 p { color: rgb(49,83,102); }

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

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

 a { background-color: rgb(49,83,102); }

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

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

 span { border-color: rgb(49,83,102); }

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