Html Css Color HEX #403CDD Free Speech Blue

📋 copy color: '#403CDD'

red 64 ◦ green 60 ◦ blue 221

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

Shades of Free Speech Blue #403CDD

Tints of Free Speech Blue #403CDD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.39%

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

R = 18.55%
G = 17.39%
B = 64.06%

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

#403CDD (or 0x403CDD) is known color: Free Speech Blue. HEX triplet: 40, 3C and DD. RGB value is (64,60,221). Sum of RGB (Red+Green+Blue) = 64+60+221=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 221 (86.72% from 255 or 64.06% from 345); Max value from RGB is 221 - color contains mainly: blue. Hex color #403CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403CDD is #BFC322. Grayscale: #4E4E4E. Windows color (decimal): -12567331 or 14498880. OLE color: 14498880.

HSL color Cylindrical-coordinate representation of color #403CDD: hue angle of 241.49º 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 #403CDD is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 60 221 -
CMYK 0.71 0.73 0 0.13
HSL 241.49º 0.7% 0.55% -
HSV(B) 241.49º 0.73% 0.87% -
XYZ 16.78 9.54 69.36 -
YUV 79.55 207.83 116.91 -
System Red Green Blue C M Y K H S L
Decimal 64 60 221 0.71 0.73 0 0.13 241.49 0.7 0.55
Hex 40 3C DD 47 49 0 D F1 46 37
Octal 100 74 335 107 111 0 15 361 106 67
Binary 1000000 111100 11011101 1000111 1001001 0 1101 11110001 1000110 110111

Color Harmonies of #403CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403CDD

Black with #403CDD

Text Example


Text Example

White with #403CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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