Html Css Color HEX #403BB9 Free Speech Blue

📋 copy color: '#403BB9'

red 64 ◦ green 59 ◦ blue 185

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

Shades of Free Speech Blue #403BB9

Tints of Free Speech Blue #403BB9

RGB

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

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

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

R = 20.78%
G = 19.16%
B = 60.06%

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

#403BB9 (or 0x403BB9) is known color: Free Speech Blue. HEX triplet: 40, 3B and B9. RGB value is (64,59,185). Sum of RGB (Red+Green+Blue) = 64+59+185=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 59 (23.44% from 255 or 19.16% from 308); Blue value is 185 (72.66% from 255 or 60.06% from 308); Max value from RGB is 185 - color contains mainly: blue. Hex color #403BB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403BB9 is #BFC446. Grayscale: #4A4A4A. Windows color (decimal): -12567623 or 12139328. OLE color: 12139328.

HSL color Cylindrical-coordinate representation of color #403BB9: hue angle of 242.38º degrees, saturation: 0.52, 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 #403BB9 is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 59 185 -
CMYK 0.65 0.68 0 0.27
HSL 242.38º 0.52% 0.48% -
HSV(B) 242.38º 0.68% 0.73% -
XYZ 12.44 7.72 46.73 -
YUV 74.86 190.16 120.25 -
System Red Green Blue C M Y K H S L
Decimal 64 59 185 0.65 0.68 0 0.27 242.38 0.52 0.48
Hex 40 3B B9 41 44 0 1B F2 34 30
Octal 100 73 271 101 104 0 33 362 64 60
Binary 1000000 111011 10111001 1000001 1000100 0 11011 11110010 110100 110000

Color Harmonies of #403BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403BB9

Black with #403BB9

Text Example


Text Example

White with #403BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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