#31536B

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

Shades of Chathams Blue #31536B

Tints of Chathams Blue #31536B

Color information

#31536B (or 0x31536B) is unknown color: approx Chathams Blue. HEX triplet: 31, 53 and 6B. RGB value is (49,83,107). Sum of RGB (Red+Green+Blue) = 49+83+107=239 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.50% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 107 (42.19% from 255 or 44.77% from 239); Max value from RGB is 107 - color contains mainly: blue. Hex color #31536B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31536B is #CEAC94. Grayscale: #4B4B4B. Windows color (decimal): -13544597 or 7033649. OLE color: 7033649.

HSL color Cylindrical-coordinate representation of color #31536B: hue angle of 204.83º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #31536B is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4983107-
CMYK0.540.2200.58
HSL204.83º37.18%30.59%-
HSV(B)204.83º54.21%41.96%-
XYZ7.017.915.07-
YUV75.57145.74109.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.50%
GREEN value IS 83 (32.81% from 255) = 34.73%
BLUE value IS 107 (42.19% from 255) = 44.77%
R=20.50%
G=34.73%
B=44.77%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49831070.540.2200.58204.8337.1830.59
Hex31536B361603Acd251f
Octal6112315366260723154537
Binary110001101001111010111101101011001110101100110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31536B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31536B; }

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

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

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

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

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

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

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

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