Html Css Color HEX #403BDD Free Speech Blue

📋 copy color: '#403BDD'

red 64 ◦ green 59 ◦ blue 221

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

Shades of Free Speech Blue #403BDD

Tints of Free Speech Blue #403BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 64.24%

R = 18.6%
G = 17.15%
B = 64.24%

CMYK

 C value IS 0.71

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#403BDD (or 0x403BDD) is known color: Free Speech Blue. HEX triplet: 40, 3B and DD. RGB value is (64,59,221). Sum of RGB (Red+Green+Blue) = 64+59+221=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 59 (23.44% from 255 or 17.15% from 344); Blue value is 221 (86.72% from 255 or 64.24% from 344); Max value from RGB is 221 - color contains mainly: blue. Hex color #403BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403BDD is #BFC422. Grayscale: #4E4E4E. Windows color (decimal): -12567587 or 14498624. OLE color: 14498624.

HSL color Cylindrical-coordinate representation of color #403BDD: hue angle of 241.85º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #403BDD is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 59 221 -
CMYK 0.71 0.73 0 0.13
HSL 241.85º 0.7% 0.55% -
HSV(B) 241.85º 0.73% 0.87% -
XYZ 16.73 9.44 69.35 -
YUV 78.96 208.16 117.33 -
System Red Green Blue C M Y K H S L
Decimal 64 59 221 0.71 0.73 0 0.13 241.85 0.7 0.55
Hex 40 3B DD 47 49 0 D F2 46 37
Octal 100 73 335 107 111 0 15 362 106 67
Binary 1000000 111011 11011101 1000111 1001001 0 1101 11110010 1000110 110111

Color Harmonies of #403BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403BDD

Black with #403BDD

Text Example


Text Example

White with #403BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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