Html Css Color HEX #404CD3 Free Speech Blue

📋 copy color: '#404CD3'

red 64 ◦ green 76 ◦ blue 211

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

Shades of Free Speech Blue #404CD3

Tints of Free Speech Blue #404CD3

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.65%

 BLUE value IS 211 (82.81% from 255) = 60.11%

R = 18.23%
G = 21.65%
B = 60.11%

CMYK

 C value IS 0.70

 M value IS 0.64

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#404CD3 (or 0x404CD3) is known color: Free Speech Blue. HEX triplet: 40, 4C and D3. RGB value is (64,76,211). Sum of RGB (Red+Green+Blue) = 64+76+211=351 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.23% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 211 (82.81% from 255 or 60.11% from 351); Max value from RGB is 211 - color contains mainly: blue. Hex color #404CD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404CD3 is #BFB32C. Grayscale: #575757. Windows color (decimal): -12563245 or 13847616. OLE color: 13847616.

HSL color Cylindrical-coordinate representation of color #404CD3: hue angle of 235.1º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #404CD3 is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 64 76 211 -
CMYK 0.70 0.64 0 0.17
HSL 235.1º 0.63% 0.54% -
HSV(B) 235.1º 0.7% 0.83% -
XYZ 16.46 10.96 62.88 -
YUV 87.8 197.52 111.02 -
System Red Green Blue C M Y K H S L
Decimal 64 76 211 0.70 0.64 0 0.17 235.1 0.63 0.54
Hex 40 4C D3 46 40 0 11 EB 3F 36
Octal 100 114 323 106 100 0 21 353 77 66
Binary 1000000 1001100 11010011 1000110 1000000 0 10001 11101011 111111 110110

Color Harmonies of #404CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404CD3

Black with #404CD3

Text Example


Text Example

White with #404CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404CD3; }

 p { color: rgb(64,76,211); }

 H1.HeaderClassName
 {
   color: #404CD3;
 }
 .AnyTagClassName
 {
   color: #404CD3;
 }
</style>

background-color css

<style>
 a { background-color: #404CD3; }

 a { background-color: rgb(64,76,211); }

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

border-color css

<style>
 span { border-color: #404CD3; }

 span { border-color: rgb(64,76,211); }

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