#315466

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

Shades of Chathams Blue #315466

Tints of Chathams Blue #315466

Color information

#315466 (or 0x315466) is unknown color: approx Chathams Blue. HEX triplet: 31, 54 and 66. RGB value is (49,84,102). Sum of RGB (Red+Green+Blue) = 49+84+102=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 102 (40.23% from 255 or 43.40% from 235); Max value from RGB is 102 - color contains mainly: blue. Hex color #315466 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315466 is #CEAB99. Grayscale: #4B4B4B. Windows color (decimal): -13544346 or 6706225. OLE color: 6706225.

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

Color convert

RGB4984102-
CMYK0.520.1800.6
HSL200.38º35.1%29.61%-
HSV(B)200.38º51.96%40%-
XYZ6.847.9513.75-
YUV75.59142.9109.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.85%
GREEN value IS 84 (33.20% from 255) = 35.74%
BLUE value IS 102 (40.23% from 255) = 43.40%
R=20.85%
G=35.74%
B=43.40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal49841020.520.1800.6200.3835.129.61
Hex315466341203Cc8231e
Octal6112414664220743104336
Binary110001101010011001101101001001001111001100100010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315466; }

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

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

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

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

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

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

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

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