Html Css Color HEX #403ED6 Free Speech Blue

📋 copy color: '#403ED6'

red 64 ◦ green 62 ◦ blue 214

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

Shades of Free Speech Blue #403ED6

Tints of Free Speech Blue #403ED6

RGB

 RED value IS 64 (25.39% from 255) = 18.82%

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

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

R = 18.82%
G = 18.24%
B = 62.94%

CMYK

 C value IS 0.70

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#403ED6 (or 0x403ED6) is known color: Free Speech Blue. HEX triplet: 40, 3E and D6. RGB value is (64,62,214). Sum of RGB (Red+Green+Blue) = 64+62+214=340 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.82% from 340); Green value is 62 (24.61% from 255 or 18.24% from 340); Blue value is 214 (83.98% from 255 or 62.94% from 340); Max value from RGB is 214 - color contains mainly: blue. Hex color #403ED6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403ED6 is #BFC129. Grayscale: #4F4F4F. Windows color (decimal): -12566826 or 14040640. OLE color: 14040640.

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

Color convert

RGB 64 62 214 -
CMYK 0.70 0.71 0 0.16
HSL 240.79º 0.65% 0.54% -
HSV(B) 240.79º 0.71% 0.84% -
XYZ 15.97 9.39 64.59 -
YUV 79.93 203.66 116.64 -
System Red Green Blue C M Y K H S L
Decimal 64 62 214 0.70 0.71 0 0.16 240.79 0.65 0.54
Hex 40 3E D6 46 47 0 10 F1 41 36
Octal 100 76 326 106 107 0 20 361 101 66
Binary 1000000 111110 11010110 1000110 1000111 0 10000 11110001 1000001 110110

Color Harmonies of #403ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403ED6

Black with #403ED6

Text Example


Text Example

White with #403ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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