Html Css Color HEX #313EDE Free Speech Blue

📋 copy color: '#313EDE'

red 49 ◦ green 62 ◦ blue 222

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

Shades of Free Speech Blue #313EDE

Tints of Free Speech Blue #313EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 66.67%

R = 14.71%
G = 18.62%
B = 66.67%

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

#313EDE (or 0x313EDE) is known color: Free Speech Blue. HEX triplet: 31, 3E and DE. RGB value is (49,62,222). Sum of RGB (Red+Green+Blue) = 49+62+222=333 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.71% from 333); Green value is 62 (24.61% from 255 or 18.62% from 333); Blue value is 222 (87.11% from 255 or 66.67% from 333); Max value from RGB is 222 - color contains mainly: blue. Hex color #313EDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313EDE is #CEC121. Grayscale: #4B4B4B. Windows color (decimal): -13549858 or 14564913. OLE color: 14564913.

HSL color Cylindrical-coordinate representation of color #313EDE: hue angle of 235.49º 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 #313EDE is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 62 222 -
CMYK 0.78 0.72 0 0.13
HSL 235.49º 0.72% 0.53% -
HSV(B) 235.49º 0.78% 0.87% -
XYZ 16.17 9.37 70.06 -
YUV 76.35 210.19 108.49 -
System Red Green Blue C M Y K H S L
Decimal 49 62 222 0.78 0.72 0 0.13 235.49 0.72 0.53
Hex 31 3E DE 4E 48 0 D EB 48 35
Octal 61 76 336 116 110 0 15 353 110 65
Binary 110001 111110 11011110 1001110 1001000 0 1101 11101011 1001000 110101

Color Harmonies of #313EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313EDE

Black with #313EDE

Text Example


Text Example

White with #313EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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