Html Css Color HEX #403ADD Free Speech Blue

📋 copy color: '#403ADD'

red 64 ◦ green 58 ◦ blue 221

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

Shades of Free Speech Blue #403ADD

Tints of Free Speech Blue #403ADD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.91%

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

R = 18.66%
G = 16.91%
B = 64.43%

CMYK

 C value IS 0.71

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#403ADD (or 0x403ADD) is known color: Free Speech Blue. HEX triplet: 40, 3A and DD. RGB value is (64,58,221). Sum of RGB (Red+Green+Blue) = 64+58+221=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 58 (23.05% from 255 or 16.91% from 343); Blue value is 221 (86.72% from 255 or 64.43% from 343); Max value from RGB is 221 - color contains mainly: blue. Hex color #403ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403ADD is #BFC522. Grayscale: #4D4D4D. Windows color (decimal): -12567843 or 14498368. OLE color: 14498368.

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

Color convert

RGB 64 58 221 -
CMYK 0.71 0.74 0 0.13
HSL 242.21º 0.71% 0.55% -
HSV(B) 242.21º 0.74% 0.87% -
XYZ 16.68 9.34 69.33 -
YUV 78.38 208.49 117.75 -
System Red Green Blue C M Y K H S L
Decimal 64 58 221 0.71 0.74 0 0.13 242.21 0.71 0.55
Hex 40 3A DD 47 4A 0 D F2 47 37
Octal 100 72 335 107 112 0 15 362 107 67
Binary 1000000 111010 11011101 1000111 1001010 0 1101 11110010 1000111 110111

Color Harmonies of #403ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403ADD

Black with #403ADD

Text Example


Text Example

White with #403ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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