Html Css Color HEX #313ADE Free Speech Blue

📋 copy color: '#313ADE'

red 49 ◦ green 58 ◦ blue 222

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

Shades of Free Speech Blue #313ADE

Tints of Free Speech Blue #313ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 67.48%

R = 14.89%
G = 17.63%
B = 67.48%

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

#313ADE (or 0x313ADE) is known color: Free Speech Blue. HEX triplet: 31, 3A and DE. RGB value is (49,58,222). Sum of RGB (Red+Green+Blue) = 49+58+222=329 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.89% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 222 (87.11% from 255 or 67.48% from 329); Max value from RGB is 222 - color contains mainly: blue. Hex color #313ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313ADE is #CEC521. Grayscale: #494949. Windows color (decimal): -13550882 or 14563889. OLE color: 14563889.

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

Color convert

RGB 49 58 222 -
CMYK 0.78 0.74 0 0.13
HSL 236.88º 0.72% 0.53% -
HSV(B) 236.88º 0.78% 0.87% -
XYZ 15.96 8.95 69.99 -
YUV 74.01 211.52 110.16 -
System Red Green Blue C M Y K H S L
Decimal 49 58 222 0.78 0.74 0 0.13 236.88 0.72 0.53
Hex 31 3A DE 4E 4A 0 D ED 48 35
Octal 61 72 336 116 112 0 15 355 110 65
Binary 110001 111010 11011110 1001110 1001010 0 1101 11101101 1001000 110101

Color Harmonies of #313ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313ADE

Black with #313ADE

Text Example


Text Example

White with #313ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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