Html Css Color HEX #315771 Chathams Blue

📋 copy color: '#315771'

red 49 ◦ green 87 ◦ blue 113

#315771
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chathams Blue #315771

Tints of Chathams Blue #315771

RGB

 RED value IS 49 (19.53% from 255) = 19.68%

 GREEN value IS 87 (34.38% from 255) = 34.94%

 BLUE value IS 113 (44.53% from 255) = 45.38%

R = 19.68%
G = 34.94%
B = 45.38%

CMYK

 C value IS 0.57

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#315771 (or 0x315771) is known color: Chathams Blue. HEX triplet: 31, 57 and 71. RGB value is (49,87,113). Sum of RGB (Red+Green+Blue) = 49+87+113=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 113 (44.53% from 255 or 45.38% from 249); Max value from RGB is 113 - color contains mainly: blue. Hex color #315771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315771 is #CEA88E. Grayscale: #4E4E4E. Windows color (decimal): -13543567 or 7427889. OLE color: 7427889.

HSL color Cylindrical-coordinate representation of color #315771: hue angle of 204.38º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #315771 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 87 113 -
CMYK 0.57 0.23 0 0.56
HSL 204.38º 0.4% 0.32% -
HSV(B) 204.38º 0.57% 0.44% -
XYZ 7.66 8.66 16.89 -
YUV 78.6 147.41 106.89 -
System Red Green Blue C M Y K H S L
Decimal 49 87 113 0.57 0.23 0 0.56 204.38 0.4 0.32
Hex 31 57 71 39 17 0 38 CC 28 20
Octal 61 127 161 71 27 0 70 314 50 40
Binary 110001 1010111 1110001 111001 10111 0 111000 11001100 101000 100000

Color Harmonies of #315771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315771

Black with #315771

Text Example


Text Example

White with #315771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315771; }

 p { color: rgb(49,87,113); }

 H1.HeaderClassName
 {
   color: #315771;
 }
 .AnyTagClassName
 {
   color: #315771;
 }
</style>

background-color css

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

 a { background-color: rgb(49,87,113); }

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

border-color css

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

 span { border-color: rgb(49,87,113); }

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