Html Css Color HEX #315367 Chathams Blue

📋 copy color: '#315367'

red 49 ◦ green 83 ◦ blue 103

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

Shades of Chathams Blue #315367

Tints of Chathams Blue #315367

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.32%

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

R = 20.85%
G = 35.32%
B = 43.83%

CMYK

 C value IS 0.52

 M value IS 0.19

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#315367 (or 0x315367) is known color: Chathams Blue. HEX triplet: 31, 53 and 67. RGB value is (49,83,103). Sum of RGB (Red+Green+Blue) = 49+83+103=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 103 (40.62% from 255 or 43.83% from 235); Max value from RGB is 103 - color contains mainly: blue. Hex color #315367 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315367 is #CEAC98. Grayscale: #4B4B4B. Windows color (decimal): -13544601 or 6771505. OLE color: 6771505.

HSL color Cylindrical-coordinate representation of color #315367: hue angle of 202.22º 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 #315367 is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 49 83 103 -
CMYK 0.52 0.19 0 0.60
HSL 202.22º 0.36% 0.3% -
HSV(B) 202.22º 0.52% 0.4% -
XYZ 6.81 7.82 13.98 -
YUV 75.11 143.74 109.37 -
System Red Green Blue C M Y K H S L
Decimal 49 83 103 0.52 0.19 0 0.60 202.22 0.36 0.3
Hex 31 53 67 34 13 0 3C CA 24 1E
Octal 61 123 147 64 23 0 74 312 44 36
Binary 110001 1010011 1100111 110100 10011 0 111100 11001010 100100 11110

Color Harmonies of #315367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315367

Black with #315367

Text Example


Text Example

White with #315367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315367; }

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

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

background-color css

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

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

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

border-color css

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

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

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