Html Css Color HEX #315670 Chathams Blue

📋 copy color: '#315670'

red 49 ◦ green 86 ◦ blue 112

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

Shades of Chathams Blue #315670

Tints of Chathams Blue #315670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 45.34%

R = 19.84%
G = 34.82%
B = 45.34%

CMYK

 C value IS 0.56

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#315670 (or 0x315670) is known color: Chathams Blue. HEX triplet: 31, 56 and 70. RGB value is (49,86,112). Sum of RGB (Red+Green+Blue) = 49+86+112=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 112 - color contains mainly: blue. Hex color #315670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315670 is #CEA98F. Grayscale: #4D4D4D. Windows color (decimal): -13543824 or 7362097. OLE color: 7362097.

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

Color convert

RGB 49 86 112 -
CMYK 0.56 0.23 0 0.56
HSL 204.76º 0.39% 0.32% -
HSV(B) 204.76º 0.56% 0.44% -
XYZ 7.52 8.48 16.57 -
YUV 77.9 147.24 107.39 -
System Red Green Blue C M Y K H S L
Decimal 49 86 112 0.56 0.23 0 0.56 204.76 0.39 0.32
Hex 31 56 70 38 17 0 38 CD 27 20
Octal 61 126 160 70 27 0 70 315 47 40
Binary 110001 1010110 1110000 111000 10111 0 111000 11001101 100111 100000

Color Harmonies of #315670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315670

Black with #315670

Text Example


Text Example

White with #315670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315670; }

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

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

background-color css

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

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

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

border-color css

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

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

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