Html Css Color HEX #315567 Chathams Blue

📋 copy color: '#315567'

red 49 ◦ green 85 ◦ blue 103

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

Shades of Chathams Blue #315567

Tints of Chathams Blue #315567

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.86%

 BLUE value IS 103 (40.63% from 255) = 43.46%

R = 20.68%
G = 35.86%
B = 43.46%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#315567 (or 0x315567) is known color: Chathams Blue. HEX triplet: 31, 55 and 67. RGB value is (49,85,103). Sum of RGB (Red+Green+Blue) = 49+85+103=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 103 (40.62% from 255 or 43.46% from 237); Max value from RGB is 103 - color contains mainly: blue. Hex color #315567 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315567 is #CEAA98. Grayscale: #4C4C4C. Windows color (decimal): -13544089 or 6772017. OLE color: 6772017.

HSL color Cylindrical-coordinate representation of color #315567: hue angle of 200º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #315567 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 49 85 103 -
CMYK 0.52 0.17 0 0.60
HSL 200º 0.36% 0.3% -
HSV(B) 200º 0.52% 0.4% -
XYZ 6.96 8.13 14.03 -
YUV 76.29 143.07 108.54 -
System Red Green Blue C M Y K H S L
Decimal 49 85 103 0.52 0.17 0 0.60 200 0.36 0.3
Hex 31 55 67 34 11 0 3C C8 24 1E
Octal 61 125 147 64 21 0 74 310 44 36
Binary 110001 1010101 1100111 110100 10001 0 111100 11001000 100100 11110

Color Harmonies of #315567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315567

Black with #315567

Text Example


Text Example

White with #315567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315567; }

 p { color: rgb(49,85,103); }

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

background-color css

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

 a { background-color: rgb(49,85,103); }

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

border-color css

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

 span { border-color: rgb(49,85,103); }

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