#315269

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

Shades of Chathams Blue #315269

Tints of Chathams Blue #315269

Color information

#315269 (or 0x315269) is unknown color: approx Chathams Blue. HEX triplet: 31, 52 and 69. RGB value is (49,82,105). Sum of RGB (Red+Green+Blue) = 49+82+105=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 105 (41.41% from 255 or 44.49% from 236); Max value from RGB is 105 - color contains mainly: blue. Hex color #315269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315269 is #CEAD96. Grayscale: #4A4A4A. Windows color (decimal): -13544855 or 6902321. OLE color: 6902321.

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

Color convert

RGB4982105-
CMYK0.530.2200.59
HSL204.64º36.36%30.2%-
HSV(B)204.64º53.33%41.18%-
XYZ6.837.7114.49-
YUV74.76145.07109.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.76%
GREEN value IS 82 (32.42% from 255) = 34.75%
BLUE value IS 105 (41.41% from 255) = 44.49%
R=20.76%
G=34.75%
B=44.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49821050.530.2200.59204.6436.3630.2
Hex315269351603Bcd241e
Octal6112215165260733154436
Binary110001101001011010011101011011001110111100110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315269; }

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

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

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

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

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

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

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

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