Html Css Color HEX #313FDD Free Speech Blue

📋 copy color: '#313FDD'

red 49 ◦ green 63 ◦ blue 221

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

Shades of Free Speech Blue #313FDD

Tints of Free Speech Blue #313FDD

RGB

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

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

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

R = 14.71%
G = 18.92%
B = 66.37%

CMYK

 C value IS 0.78

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#313FDD (or 0x313FDD) is known color: Free Speech Blue. HEX triplet: 31, 3F and DD. RGB value is (49,63,221). Sum of RGB (Red+Green+Blue) = 49+63+221=333 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.71% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 221 (86.72% from 255 or 66.37% from 333); Max value from RGB is 221 - color contains mainly: blue. Hex color #313FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313FDD is #CEC022. Grayscale: #4C4C4C. Windows color (decimal): -13549603 or 14499633. OLE color: 14499633.

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

Color convert

RGB 49 63 221 -
CMYK 0.78 0.71 0 0.13
HSL 235.12º 0.72% 0.53% -
HSV(B) 235.12º 0.78% 0.87% -
XYZ 16.1 9.43 69.38 -
YUV 76.83 209.36 108.15 -
System Red Green Blue C M Y K H S L
Decimal 49 63 221 0.78 0.71 0 0.13 235.12 0.72 0.53
Hex 31 3F DD 4E 47 0 D EB 48 35
Octal 61 77 335 116 107 0 15 353 110 65
Binary 110001 111111 11011101 1001110 1000111 0 1101 11101011 1001000 110101

Color Harmonies of #313FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313FDD

Black with #313FDD

Text Example


Text Example

White with #313FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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