Html Css Color HEX #313BDF Free Speech Blue

📋 copy color: '#313BDF'

red 49 ◦ green 59 ◦ blue 223

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

Shades of Free Speech Blue #313BDF

Tints of Free Speech Blue #313BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 67.37%

R = 14.8%
G = 17.82%
B = 67.37%

CMYK

 C value IS 0.78

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#313BDF (or 0x313BDF) is known color: Free Speech Blue. HEX triplet: 31, 3B and DF. RGB value is (49,59,223). Sum of RGB (Red+Green+Blue) = 49+59+223=331 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.80% from 331); Green value is 59 (23.44% from 255 or 17.82% from 331); Blue value is 223 (87.5% from 255 or 67.37% from 331); Max value from RGB is 223 - color contains mainly: blue. Hex color #313BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313BDF is #CEC420. Grayscale: #4A4A4A. Windows color (decimal): -13550625 or 14629681. OLE color: 14629681.

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

Color convert

RGB 49 59 223 -
CMYK 0.78 0.74 0 0.13
HSL 236.55º 0.73% 0.53% -
HSV(B) 236.55º 0.78% 0.87% -
XYZ 16.15 9.11 70.72 -
YUV 74.71 211.69 109.66 -
System Red Green Blue C M Y K H S L
Decimal 49 59 223 0.78 0.74 0 0.13 236.55 0.73 0.53
Hex 31 3B DF 4E 4A 0 D ED 49 35
Octal 61 73 337 116 112 0 15 355 111 65
Binary 110001 111011 11011111 1001110 1001010 0 1101 11101101 1001001 110101

Color Harmonies of #313BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313BDF

Black with #313BDF

Text Example


Text Example

White with #313BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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