Html Css Color HEX #315466 Chathams Blue

📋 copy color: '#315466'

red 49 ◦ green 84 ◦ blue 102

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

Shades of Chathams Blue #315466

Tints of Chathams Blue #315466

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.74%

 BLUE value IS 102 (40.23% from 255) = 43.4%

R = 20.85%
G = 35.74%
B = 43.4%

CMYK

 C value IS 0.52

 M value IS 0.18

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#315466 (or 0x315466) is known color: Chathams Blue. HEX triplet: 31, 54 and 66. RGB value is (49,84,102). Sum of RGB (Red+Green+Blue) = 49+84+102=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 102 (40.23% from 255 or 43.40% from 235); Max value from RGB is 102 - color contains mainly: blue. Hex color #315466 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315466 is #CEAB99. Grayscale: #4B4B4B. Windows color (decimal): -13544346 or 6706225. OLE color: 6706225.

HSL color Cylindrical-coordinate representation of color #315466: hue angle of 200.38º degrees, saturation: 0.35, 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 #315466 is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 49 84 102 -
CMYK 0.52 0.18 0 0.6
HSL 200.38º 0.35% 0.3% -
HSV(B) 200.38º 0.52% 0.4% -
XYZ 6.84 7.95 13.75 -
YUV 75.59 142.9 109.04 -
System Red Green Blue C M Y K H S L
Decimal 49 84 102 0.52 0.18 0 0.6 200.38 0.35 0.3
Hex 31 54 66 34 12 0 3C C8 23 1E
Octal 61 124 146 64 22 0 74 310 43 36
Binary 110001 1010100 1100110 110100 10010 0 111100 11001000 100011 11110

Color Harmonies of #315466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315466

Black with #315466

Text Example


Text Example

White with #315466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315466; }

 p { color: rgb(49,84,102); }

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

background-color css

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

 a { background-color: rgb(49,84,102); }

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

border-color css

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

 span { border-color: rgb(49,84,102); }

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