Html Css Color HEX #323ED6 Free Speech Blue

📋 copy color: '#323ED6'

red 50 ◦ green 62 ◦ blue 214

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

Shades of Free Speech Blue #323ED6

Tints of Free Speech Blue #323ED6

RGB

 RED value IS 50 (19.92% from 255) = 15.34%

 GREEN value IS 62 (24.61% from 255) = 19.02%

 BLUE value IS 214 (83.98% from 255) = 65.64%

R = 15.34%
G = 19.02%
B = 65.64%

CMYK

 C value IS 0.77

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#323ED6 (or 0x323ED6) is known color: Free Speech Blue. HEX triplet: 32, 3E and D6. RGB value is (50,62,214). Sum of RGB (Red+Green+Blue) = 50+62+214=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 62 (24.61% from 255 or 19.02% from 326); Blue value is 214 (83.98% from 255 or 65.64% from 326); Max value from RGB is 214 - color contains mainly: blue. Hex color #323ED6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323ED6 is #CDC129. Grayscale: #4B4B4B. Windows color (decimal): -13484330 or 14040626. OLE color: 14040626.

HSL color Cylindrical-coordinate representation of color #323ED6: hue angle of 235.61º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #323ED6 is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 50 62 214 -
CMYK 0.77 0.71 0 0.16
HSL 235.61º 0.67% 0.52% -
HSV(B) 235.61º 0.77% 0.84% -
XYZ 15.18 8.98 64.55 -
YUV 75.74 206.02 109.64 -
System Red Green Blue C M Y K H S L
Decimal 50 62 214 0.77 0.71 0 0.16 235.61 0.67 0.52
Hex 32 3E D6 4D 47 0 10 EC 43 34
Octal 62 76 326 115 107 0 20 354 103 64
Binary 110010 111110 11010110 1001101 1000111 0 10000 11101100 1000011 110100

Color Harmonies of #323ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323ED6

Black with #323ED6

Text Example


Text Example

White with #323ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323ED6; }

 p { color: rgb(50,62,214); }

 H1.HeaderClassName
 {
   color: #323ED6;
 }
 .AnyTagClassName
 {
   color: #323ED6;
 }
</style>

background-color css

<style>
 a { background-color: #323ED6; }

 a { background-color: rgb(50,62,214); }

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

border-color css

<style>
 span { border-color: #323ED6; }

 span { border-color: rgb(50,62,214); }

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