Html Css Color HEX #403CB3 Free Speech Blue

📋 copy color: '#403CB3'

red 64 ◦ green 60 ◦ blue 179

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

Shades of Free Speech Blue #403CB3

Tints of Free Speech Blue #403CB3

RGB

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

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

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

R = 21.12%
G = 19.8%
B = 59.08%

CMYK

 C value IS 0.64

 M value IS 0.66

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#403CB3 (or 0x403CB3) is known color: Free Speech Blue. HEX triplet: 40, 3C and B3. RGB value is (64,60,179). Sum of RGB (Red+Green+Blue) = 64+60+179=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 179 (70.31% from 255 or 59.08% from 303); Max value from RGB is 179 - color contains mainly: blue. Hex color #403CB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403CB3 is #BFC34C. Grayscale: #4A4A4A. Windows color (decimal): -12567373 or 11746368. OLE color: 11746368.

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

Color convert

RGB 64 60 179 -
CMYK 0.64 0.66 0 0.30
HSL 242.02º 0.5% 0.47% -
HSV(B) 242.02º 0.66% 0.7% -
XYZ 11.87 7.58 43.48 -
YUV 74.76 186.83 120.32 -
System Red Green Blue C M Y K H S L
Decimal 64 60 179 0.64 0.66 0 0.30 242.02 0.5 0.47
Hex 40 3C B3 40 42 0 1E F2 32 2F
Octal 100 74 263 100 102 0 36 362 62 57
Binary 1000000 111100 10110011 1000000 1000010 0 11110 11110010 110010 101111

Color Harmonies of #403CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403CB3

Black with #403CB3

Text Example


Text Example

White with #403CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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