Html Css Color HEX #403FB3 Free Speech Blue

📋 copy color: '#403FB3'

red 64 ◦ green 63 ◦ blue 179

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

Shades of Free Speech Blue #403FB3

Tints of Free Speech Blue #403FB3

RGB

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

 GREEN value IS 63 (25% from 255) = 20.59%

 BLUE value IS 179 (70.31% from 255) = 58.5%

R = 20.92%
G = 20.59%
B = 58.5%

CMYK

 C value IS 0.64

 M value IS 0.65

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#403FB3 (or 0x403FB3) is known color: Free Speech Blue. HEX triplet: 40, 3F and B3. RGB value is (64,63,179). Sum of RGB (Red+Green+Blue) = 64+63+179=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 63 (25% from 255 or 20.59% from 306); Blue value is 179 (70.31% from 255 or 58.50% from 306); Max value from RGB is 179 - color contains mainly: blue. Hex color #403FB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403FB3 is #BFC04C. Grayscale: #4C4C4C. Windows color (decimal): -12566605 or 11747136. OLE color: 11747136.

HSL color Cylindrical-coordinate representation of color #403FB3: hue angle of 240.52º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #403FB3 is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 64 63 179 -
CMYK 0.64 0.65 0 0.30
HSL 240.52º 0.48% 0.47% -
HSV(B) 240.52º 0.65% 0.7% -
XYZ 12.03 7.9 43.54 -
YUV 76.52 185.83 119.07 -
System Red Green Blue C M Y K H S L
Decimal 64 63 179 0.64 0.65 0 0.30 240.52 0.48 0.47
Hex 40 3F B3 40 41 0 1E F1 30 2F
Octal 100 77 263 100 101 0 36 361 60 57
Binary 1000000 111111 10110011 1000000 1000001 0 11110 11110001 110000 101111

Color Harmonies of #403FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403FB3

Black with #403FB3

Text Example


Text Example

White with #403FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,63,179); }

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

background-color css

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

 a { background-color: rgb(64,63,179); }

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

border-color css

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

 span { border-color: rgb(64,63,179); }

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