Html Css Color HEX #403CB9 Free Speech Blue

📋 copy color: '#403CB9'

red 64 ◦ green 60 ◦ blue 185

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

Shades of Free Speech Blue #403CB9

Tints of Free Speech Blue #403CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 59.87%

R = 20.71%
G = 19.42%
B = 59.87%

CMYK

 C value IS 0.65

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#403CB9 (or 0x403CB9) is known color: Free Speech Blue. HEX triplet: 40, 3C and B9. RGB value is (64,60,185). Sum of RGB (Red+Green+Blue) = 64+60+185=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 60 (23.83% from 255 or 19.42% from 309); Blue value is 185 (72.66% from 255 or 59.87% from 309); Max value from RGB is 185 - color contains mainly: blue. Hex color #403CB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403CB9 is #BFC346. Grayscale: #4A4A4A. Windows color (decimal): -12567367 or 12139584. OLE color: 12139584.

HSL color Cylindrical-coordinate representation of color #403CB9: hue angle of 241.92º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #403CB9 is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 60 185 -
CMYK 0.65 0.68 0 0.27
HSL 241.92º 0.51% 0.48% -
HSV(B) 241.92º 0.68% 0.73% -
XYZ 12.49 7.82 46.75 -
YUV 75.45 189.83 119.84 -
System Red Green Blue C M Y K H S L
Decimal 64 60 185 0.65 0.68 0 0.27 241.92 0.51 0.48
Hex 40 3C B9 41 44 0 1B F2 33 30
Octal 100 74 271 101 104 0 33 362 63 60
Binary 1000000 111100 10111001 1000001 1000100 0 11011 11110010 110011 110000

Color Harmonies of #403CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403CB9

Black with #403CB9

Text Example


Text Example

White with #403CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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