#315268

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

Shades of Chathams Blue #315268

Tints of Chathams Blue #315268

Color information

#315268 (or 0x315268) is unknown color: approx Chathams Blue. HEX triplet: 31, 52 and 68. RGB value is (49,82,104). Sum of RGB (Red+Green+Blue) = 49+82+104=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 104 - color contains mainly: blue. Hex color #315268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315268 is #CEAD97. Grayscale: #4A4A4A. Windows color (decimal): -13544856 or 6836785. OLE color: 6836785.

HSL color Cylindrical-coordinate representation of color #315268: hue angle of 204º 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 #315268 is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4982104-
CMYK0.530.2100.59
HSL204º35.95%30%-
HSV(B)204º52.88%40.78%-
XYZ6.787.6914.22-
YUV74.64144.57109.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.85%
GREEN value IS 82 (32.42% from 255) = 34.89%
BLUE value IS 104 (41.02% from 255) = 44.26%
R=20.85%
G=34.89%
B=44.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49821040.530.2100.5920435.9530
Hex315268351503Bcc241e
Octal6112215065250733144436
Binary110001101001011010001101011010101110111100110010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315268; }

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

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

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

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

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

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

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

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