Html Css Color HEX #313ADD Free Speech Blue

📋 copy color: '#313ADD'

red 49 ◦ green 58 ◦ blue 221

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

Shades of Free Speech Blue #313ADD

Tints of Free Speech Blue #313ADD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.68%

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

R = 14.94%
G = 17.68%
B = 67.38%

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

#313ADD (or 0x313ADD) is known color: Free Speech Blue. HEX triplet: 31, 3A and DD. RGB value is (49,58,221). Sum of RGB (Red+Green+Blue) = 49+58+221=328 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.94% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 221 (86.72% from 255 or 67.38% from 328); Max value from RGB is 221 - color contains mainly: blue. Hex color #313ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313ADD is #CEC522. Grayscale: #494949. Windows color (decimal): -13550883 or 14498353. OLE color: 14498353.

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

Color convert

RGB 49 58 221 -
CMYK 0.78 0.74 0 0.13
HSL 236.86º 0.72% 0.53% -
HSV(B) 236.86º 0.78% 0.87% -
XYZ 15.83 8.9 69.29 -
YUV 73.89 211.02 110.25 -
System Red Green Blue C M Y K H S L
Decimal 49 58 221 0.78 0.74 0 0.13 236.86 0.72 0.53
Hex 31 3A DD 4E 4A 0 D ED 48 35
Octal 61 72 335 116 112 0 15 355 110 65
Binary 110001 111010 11011101 1001110 1001010 0 1101 11101101 1001000 110101

Color Harmonies of #313ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313ADD

Black with #313ADD

Text Example


Text Example

White with #313ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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