#315369

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

Shades of Chathams Blue #315369

Tints of Chathams Blue #315369

Color information

#315369 (or 0x315369) is unknown color: approx Chathams Blue. HEX triplet: 31, 53 and 69. RGB value is (49,83,105). Sum of RGB (Red+Green+Blue) = 49+83+105=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 105 (41.41% from 255 or 44.30% from 237); Max value from RGB is 105 - color contains mainly: blue. Hex color #315369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315369 is #CEAC96. Grayscale: #4B4B4B. Windows color (decimal): -13544599 or 6902577. OLE color: 6902577.

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

Color convert

RGB4983105-
CMYK0.530.2100.59
HSL203.57º36.36%30.2%-
HSV(B)203.57º53.33%41.18%-
XYZ6.917.8614.52-
YUV75.34144.74109.21-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.68%
GREEN value IS 83 (32.81% from 255) = 35.02%
BLUE value IS 105 (41.41% from 255) = 44.30%
R=20.68%
G=35.02%
B=44.30%

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
Decimal49831050.530.2100.59203.5736.3630.2
Hex315369351503Bcc241e
Octal6112315165250733144436
Binary110001101001111010011101011010101110111100110010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315369; }

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

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

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

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

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

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

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

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