Html Css Color HEX #315671 Chathams Blue

📋 copy color: '#315671'

red 49 ◦ green 86 ◦ blue 113

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

Shades of Chathams Blue #315671

Tints of Chathams Blue #315671

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.68%

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

R = 19.76%
G = 34.68%
B = 45.56%

CMYK

 C value IS 0.57

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#315671 (or 0x315671) is known color: Chathams Blue. HEX triplet: 31, 56 and 71. RGB value is (49,86,113). Sum of RGB (Red+Green+Blue) = 49+86+113=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 113 - color contains mainly: blue. Hex color #315671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315671 is #CEA98E. Grayscale: #4D4D4D. Windows color (decimal): -13543823 or 7427633. OLE color: 7427633.

HSL color Cylindrical-coordinate representation of color #315671: hue angle of 205.31º 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 #315671 is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 86 113 -
CMYK 0.57 0.24 0 0.56
HSL 205.31º 0.4% 0.32% -
HSV(B) 205.31º 0.57% 0.44% -
XYZ 7.58 8.5 16.86 -
YUV 78.02 147.74 107.3 -
System Red Green Blue C M Y K H S L
Decimal 49 86 113 0.57 0.24 0 0.56 205.31 0.4 0.32
Hex 31 56 71 39 18 0 38 CD 28 20
Octal 61 126 161 71 30 0 70 315 50 40
Binary 110001 1010110 1110001 111001 11000 0 111000 11001101 101000 100000

Color Harmonies of #315671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315671

Black with #315671

Text Example


Text Example

White with #315671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315671; }

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

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

background-color css

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

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

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

border-color css

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

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

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