Html Css Color HEX #313FD6 Free Speech Blue

📋 copy color: '#313FD6'

red 49 ◦ green 63 ◦ blue 214

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

Shades of Free Speech Blue #313FD6

Tints of Free Speech Blue #313FD6

RGB

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

 GREEN value IS 63 (25% from 255) = 19.33%

 BLUE value IS 214 (83.98% from 255) = 65.64%

R = 15.03%
G = 19.33%
B = 65.64%

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

#313FD6 (or 0x313FD6) is known color: Free Speech Blue. HEX triplet: 31, 3F and D6. RGB value is (49,63,214). Sum of RGB (Red+Green+Blue) = 49+63+214=326 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.03% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 214 (83.98% from 255 or 65.64% from 326); Max value from RGB is 214 - color contains mainly: blue. Hex color #313FD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313FD6 is #CEC029. Grayscale: #4B4B4B. Windows color (decimal): -13549610 or 14040881. OLE color: 14040881.

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

Color convert

RGB 49 63 214 -
CMYK 0.77 0.71 0 0.16
HSL 234.91º 0.67% 0.52% -
HSV(B) 234.91º 0.77% 0.84% -
XYZ 15.18 9.06 64.57 -
YUV 76.03 205.86 108.72 -
System Red Green Blue C M Y K H S L
Decimal 49 63 214 0.77 0.71 0 0.16 234.91 0.67 0.52
Hex 31 3F D6 4D 47 0 10 EB 43 34
Octal 61 77 326 115 107 0 20 353 103 64
Binary 110001 111111 11010110 1001101 1000111 0 10000 11101011 1000011 110100

Color Harmonies of #313FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313FD6

Black with #313FD6

Text Example


Text Example

White with #313FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,63,214); }

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

background-color css

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

 a { background-color: rgb(49,63,214); }

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

border-color css

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

 span { border-color: rgb(49,63,214); }

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