Html Css Color HEX #313DD5 Free Speech Blue

📋 copy color: '#313DD5'

red 49 ◦ green 61 ◦ blue 213

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

Shades of Free Speech Blue #313DD5

Tints of Free Speech Blue #313DD5

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.89%

 BLUE value IS 213 (83.59% from 255) = 65.94%

R = 15.17%
G = 18.89%
B = 65.94%

CMYK

 C value IS 0.77

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#313DD5 (or 0x313DD5) is known color: Free Speech Blue. HEX triplet: 31, 3D and D5. RGB value is (49,61,213). Sum of RGB (Red+Green+Blue) = 49+61+213=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 213 (83.59% from 255 or 65.94% from 323); Max value from RGB is 213 - color contains mainly: blue. Hex color #313DD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313DD5 is #CEC22A. Grayscale: #4A4A4A. Windows color (decimal): -13550123 or 13974833. OLE color: 13974833.

HSL color Cylindrical-coordinate representation of color #313DD5: hue angle of 235.61º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #313DD5 is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 49 61 213 -
CMYK 0.77 0.71 0 0.16
HSL 235.61º 0.66% 0.51% -
HSV(B) 235.61º 0.77% 0.84% -
XYZ 14.95 8.79 63.86 -
YUV 74.74 206.02 109.64 -
System Red Green Blue C M Y K H S L
Decimal 49 61 213 0.77 0.71 0 0.16 235.61 0.66 0.51
Hex 31 3D D5 4D 47 0 10 EC 42 33
Octal 61 75 325 115 107 0 20 354 102 63
Binary 110001 111101 11010101 1001101 1000111 0 10000 11101100 1000010 110011

Color Harmonies of #313DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313DD5

Black with #313DD5

Text Example


Text Example

White with #313DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313DD5; }

 p { color: rgb(49,61,213); }

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

background-color css

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

 a { background-color: rgb(49,61,213); }

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

border-color css

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

 span { border-color: rgb(49,61,213); }

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