Html Css Color HEX #403DD4 Free Speech Blue

📋 copy color: '#403DD4'

red 64 ◦ green 61 ◦ blue 212

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

Shades of Free Speech Blue #403DD4

Tints of Free Speech Blue #403DD4

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.1%

 BLUE value IS 212 (83.2% from 255) = 62.91%

R = 18.99%
G = 18.1%
B = 62.91%

CMYK

 C value IS 0.70

 M value IS 0.71

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#403DD4 (or 0x403DD4) is known color: Free Speech Blue. HEX triplet: 40, 3D and D4. RGB value is (64,61,212). Sum of RGB (Red+Green+Blue) = 64+61+212=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 212 (83.20% from 255 or 62.91% from 337); Max value from RGB is 212 - color contains mainly: blue. Hex color #403DD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403DD4 is #BFC22B. Grayscale: #4E4E4E. Windows color (decimal): -12567084 or 13909312. OLE color: 13909312.

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

Color convert

RGB 64 61 212 -
CMYK 0.70 0.71 0 0.17
HSL 241.19º 0.64% 0.54% -
HSV(B) 241.19º 0.71% 0.83% -
XYZ 15.67 9.18 63.23 -
YUV 79.11 202.99 117.22 -
System Red Green Blue C M Y K H S L
Decimal 64 61 212 0.70 0.71 0 0.17 241.19 0.64 0.54
Hex 40 3D D4 46 47 0 11 F1 40 36
Octal 100 75 324 106 107 0 21 361 100 66
Binary 1000000 111101 11010100 1000110 1000111 0 10001 11110001 1000000 110110

Color Harmonies of #403DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403DD4

Black with #403DD4

Text Example


Text Example

White with #403DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,61,212); }

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

background-color css

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

 a { background-color: rgb(64,61,212); }

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

border-color css

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

 span { border-color: rgb(64,61,212); }

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