Html Css Color HEX #403BB4 Free Speech Blue

📋 copy color: '#403BB4'

red 64 ◦ green 59 ◦ blue 180

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

Shades of Free Speech Blue #403BB4

Tints of Free Speech Blue #403BB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 59.41%

R = 21.12%
G = 19.47%
B = 59.41%

CMYK

 C value IS 0.64

 M value IS 0.67

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#403BB4 (or 0x403BB4) is known color: Free Speech Blue. HEX triplet: 40, 3B and B4. RGB value is (64,59,180). Sum of RGB (Red+Green+Blue) = 64+59+180=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 59 (23.44% from 255 or 19.47% from 303); Blue value is 180 (70.70% from 255 or 59.41% from 303); Max value from RGB is 180 - color contains mainly: blue. Hex color #403BB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403BB4 is #BFC44B. Grayscale: #494949. Windows color (decimal): -12567628 or 11811648. OLE color: 11811648.

HSL color Cylindrical-coordinate representation of color #403BB4: hue angle of 242.48º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #403BB4 is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 64 59 180 -
CMYK 0.64 0.67 0 0.29
HSL 242.48º 0.51% 0.47% -
HSV(B) 242.48º 0.67% 0.71% -
XYZ 11.92 7.51 44 -
YUV 74.29 187.66 120.66 -
System Red Green Blue C M Y K H S L
Decimal 64 59 180 0.64 0.67 0 0.29 242.48 0.51 0.47
Hex 40 3B B4 40 43 0 1D F2 33 2F
Octal 100 73 264 100 103 0 35 362 63 57
Binary 1000000 111011 10110100 1000000 1000011 0 11101 11110010 110011 101111

Color Harmonies of #403BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403BB4

Black with #403BB4

Text Example


Text Example

White with #403BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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