Html Css Color HEX #313EDD Free Speech Blue

📋 copy color: '#313EDD'

red 49 ◦ green 62 ◦ blue 221

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

Shades of Free Speech Blue #313EDD

Tints of Free Speech Blue #313EDD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.67%

 BLUE value IS 221 (86.72% from 255) = 66.57%

R = 14.76%
G = 18.67%
B = 66.57%

CMYK

 C value IS 0.78

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#313EDD (or 0x313EDD) is known color: Free Speech Blue. HEX triplet: 31, 3E and DD. RGB value is (49,62,221). Sum of RGB (Red+Green+Blue) = 49+62+221=332 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.76% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 221 (86.72% from 255 or 66.57% from 332); Max value from RGB is 221 - color contains mainly: blue. Hex color #313EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313EDD is #CEC122. Grayscale: #4B4B4B. Windows color (decimal): -13549859 or 14499377. OLE color: 14499377.

HSL color Cylindrical-coordinate representation of color #313EDD: hue angle of 235.47º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #313EDD is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 62 221 -
CMYK 0.78 0.72 0 0.13
HSL 235.47º 0.72% 0.53% -
HSV(B) 235.47º 0.78% 0.87% -
XYZ 16.04 9.32 69.36 -
YUV 76.24 209.69 108.57 -
System Red Green Blue C M Y K H S L
Decimal 49 62 221 0.78 0.72 0 0.13 235.47 0.72 0.53
Hex 31 3E DD 4E 48 0 D EB 48 35
Octal 61 76 335 116 110 0 15 353 110 65
Binary 110001 111110 11011101 1001110 1001000 0 1101 11101011 1001000 110101

Color Harmonies of #313EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313EDD

Black with #313EDD

Text Example


Text Example

White with #313EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,62,221); }

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

background-color css

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

 a { background-color: rgb(49,62,221); }

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

border-color css

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

 span { border-color: rgb(49,62,221); }

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