Html Css Color HEX #313DDA Free Speech Blue

📋 copy color: '#313DDA'

red 49 ◦ green 61 ◦ blue 218

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

Shades of Free Speech Blue #313DDA

Tints of Free Speech Blue #313DDA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.6%

 BLUE value IS 218 (85.55% from 255) = 66.46%

R = 14.94%
G = 18.6%
B = 66.46%

CMYK

 C value IS 0.78

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#313DDA (or 0x313DDA) is known color: Free Speech Blue. HEX triplet: 31, 3D and DA. RGB value is (49,61,218). Sum of RGB (Red+Green+Blue) = 49+61+218=328 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.94% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 218 (85.55% from 255 or 66.46% from 328); Max value from RGB is 218 - color contains mainly: blue. Hex color #313DDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313DDA is #CEC225. Grayscale: #4A4A4A. Windows color (decimal): -13550118 or 14302513. OLE color: 14302513.

HSL color Cylindrical-coordinate representation of color #313DDA: hue angle of 235.74º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #313DDA is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 49 61 218 -
CMYK 0.78 0.72 0 0.15
HSL 235.74º 0.7% 0.52% -
HSV(B) 235.74º 0.78% 0.85% -
XYZ 15.59 9.05 67.26 -
YUV 75.31 208.52 109.23 -
System Red Green Blue C M Y K H S L
Decimal 49 61 218 0.78 0.72 0 0.15 235.74 0.7 0.52
Hex 31 3D DA 4E 48 0 F EC 46 34
Octal 61 75 332 116 110 0 17 354 106 64
Binary 110001 111101 11011010 1001110 1001000 0 1111 11101100 1000110 110100

Color Harmonies of #313DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313DDA

Black with #313DDA

Text Example


Text Example

White with #313DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,61,218); }

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

background-color css

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

 a { background-color: rgb(49,61,218); }

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

border-color css

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

 span { border-color: rgb(49,61,218); }

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