Html Css Color HEX #403BD6 Free Speech Blue

📋 copy color: '#403BD6'

red 64 ◦ green 59 ◦ blue 214

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

Shades of Free Speech Blue #403BD6

Tints of Free Speech Blue #403BD6

RGB

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

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

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

R = 18.99%
G = 17.51%
B = 63.5%

CMYK

 C value IS 0.70

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#403BD6 (or 0x403BD6) is known color: Free Speech Blue. HEX triplet: 40, 3B and D6. RGB value is (64,59,214). Sum of RGB (Red+Green+Blue) = 64+59+214=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 214 (83.98% from 255 or 63.50% from 337); Max value from RGB is 214 - color contains mainly: blue. Hex color #403BD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403BD6 is #BFC429. Grayscale: #4D4D4D. Windows color (decimal): -12567594 or 14039872. OLE color: 14039872.

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

Color convert

RGB 64 59 214 -
CMYK 0.70 0.72 0 0.16
HSL 241.94º 0.65% 0.54% -
HSV(B) 241.94º 0.72% 0.84% -
XYZ 15.82 9.07 64.54 -
YUV 78.17 204.66 117.9 -
System Red Green Blue C M Y K H S L
Decimal 64 59 214 0.70 0.72 0 0.16 241.94 0.65 0.54
Hex 40 3B D6 46 48 0 10 F2 41 36
Octal 100 73 326 106 110 0 20 362 101 66
Binary 1000000 111011 11010110 1000110 1001000 0 10000 11110010 1000001 110110

Color Harmonies of #403BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403BD6

Black with #403BD6

Text Example


Text Example

White with #403BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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