Html Css Color HEX #315AD5 Free Speech Blue

📋 copy color: '#315AD5'

red 49 ◦ green 90 ◦ blue 213

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

Shades of Free Speech Blue #315AD5

Tints of Free Speech Blue #315AD5

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.57%

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

R = 13.92%
G = 25.57%
B = 60.51%

CMYK

 C value IS 0.77

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#315AD5 (or 0x315AD5) is known color: Free Speech Blue. HEX triplet: 31, 5A and D5. RGB value is (49,90,213). Sum of RGB (Red+Green+Blue) = 49+90+213=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 213 (83.59% from 255 or 60.51% from 352); Max value from RGB is 213 - color contains mainly: blue. Hex color #315AD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315AD5 is #CEA52A. Grayscale: #5B5B5B. Windows color (decimal): -13542699 or 13982257. OLE color: 13982257.

HSL color Cylindrical-coordinate representation of color #315AD5: hue angle of 225º 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 #315AD5 is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 49 90 213 -
CMYK 0.77 0.58 0 0.16
HSL 225º 0.66% 0.51% -
HSV(B) 225º 0.77% 0.84% -
XYZ 16.93 12.77 64.52 -
YUV 91.76 196.42 97.5 -
System Red Green Blue C M Y K H S L
Decimal 49 90 213 0.77 0.58 0 0.16 225 0.66 0.51
Hex 31 5A D5 4D 3A 0 10 E1 42 33
Octal 61 132 325 115 72 0 20 341 102 63
Binary 110001 1011010 11010101 1001101 111010 0 10000 11100001 1000010 110011

Color Harmonies of #315AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315AD5

Black with #315AD5

Text Example


Text Example

White with #315AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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