Html Css Color HEX #403EBA Free Speech Blue

📋 copy color: '#403EBA'

red 64 ◦ green 62 ◦ blue 186

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

Shades of Free Speech Blue #403EBA

Tints of Free Speech Blue #403EBA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.87%

 BLUE value IS 186 (73.05% from 255) = 59.62%

R = 20.51%
G = 19.87%
B = 59.62%

CMYK

 C value IS 0.66

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#403EBA (or 0x403EBA) is known color: Free Speech Blue. HEX triplet: 40, 3E and BA. RGB value is (64,62,186). Sum of RGB (Red+Green+Blue) = 64+62+186=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 62 (24.61% from 255 or 19.87% from 312); Blue value is 186 (73.05% from 255 or 59.62% from 312); Max value from RGB is 186 - color contains mainly: blue. Hex color #403EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403EBA is #BFC145. Grayscale: #4C4C4C. Windows color (decimal): -12566854 or 12205632. OLE color: 12205632.

HSL color Cylindrical-coordinate representation of color #403EBA: hue angle of 240.97º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #403EBA is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 62 186 -
CMYK 0.66 0.67 0 0.27
HSL 240.97º 0.5% 0.49% -
HSV(B) 240.97º 0.67% 0.73% -
XYZ 12.7 8.08 47.34 -
YUV 76.73 189.66 118.92 -
System Red Green Blue C M Y K H S L
Decimal 64 62 186 0.66 0.67 0 0.27 240.97 0.5 0.49
Hex 40 3E BA 42 43 0 1B F1 32 31
Octal 100 76 272 102 103 0 33 361 62 61
Binary 1000000 111110 10111010 1000010 1000011 0 11011 11110001 110010 110001

Color Harmonies of #403EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403EBA

Black with #403EBA

Text Example


Text Example

White with #403EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,62,186); }

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

background-color css

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

 a { background-color: rgb(64,62,186); }

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

border-color css

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

 span { border-color: rgb(64,62,186); }

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