Html Css Color HEX #313BDA Free Speech Blue

📋 copy color: '#313BDA'

red 49 ◦ green 59 ◦ blue 218

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

Shades of Free Speech Blue #313BDA

Tints of Free Speech Blue #313BDA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.1%

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

R = 15.03%
G = 18.1%
B = 66.87%

CMYK

 C value IS 0.78

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#313BDA (or 0x313BDA) is known color: Free Speech Blue. HEX triplet: 31, 3B and DA. RGB value is (49,59,218). Sum of RGB (Red+Green+Blue) = 49+59+218=326 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.03% from 326); Green value is 59 (23.44% from 255 or 18.10% from 326); Blue value is 218 (85.55% from 255 or 66.87% from 326); Max value from RGB is 218 - color contains mainly: blue. Hex color #313BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313BDA is #CEC425. Grayscale: #494949. Windows color (decimal): -13550630 or 14302001. OLE color: 14302001.

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

Color convert

RGB 49 59 218 -
CMYK 0.78 0.73 0 0.15
HSL 236.45º 0.7% 0.52% -
HSV(B) 236.45º 0.78% 0.85% -
XYZ 15.49 8.84 67.22 -
YUV 74.14 209.19 110.07 -
System Red Green Blue C M Y K H S L
Decimal 49 59 218 0.78 0.73 0 0.15 236.45 0.7 0.52
Hex 31 3B DA 4E 49 0 F EC 46 34
Octal 61 73 332 116 111 0 17 354 106 64
Binary 110001 111011 11011010 1001110 1001001 0 1111 11101100 1000110 110100

Color Harmonies of #313BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313BDA

Black with #313BDA

Text Example


Text Example

White with #313BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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