Html Css Color HEX #3A40D4 Free Speech Blue

📋 copy color: '#3A40D4'

red 58 ◦ green 64 ◦ blue 212

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

Shades of Free Speech Blue #3A40D4

Tints of Free Speech Blue #3A40D4

RGB

 RED value IS 58 (23.05% from 255) = 17.37%

 GREEN value IS 64 (25.39% from 255) = 19.16%

 BLUE value IS 212 (83.2% from 255) = 63.47%

R = 17.37%
G = 19.16%
B = 63.47%

CMYK

 C value IS 0.73

 M value IS 0.70

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#3A40D4 (or 0x3A40D4) is known color: Free Speech Blue. HEX triplet: 3A, 40 and D4. RGB value is (58,64,212). Sum of RGB (Red+Green+Blue) = 58+64+212=334 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.37% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 212 (83.20% from 255 or 63.47% from 334); Max value from RGB is 212 - color contains mainly: blue. Hex color #3A40D4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A40D4 is #C5BF2B. Grayscale: #4E4E4E. Windows color (decimal): -12959532 or 13910074. OLE color: 13910074.

HSL color Cylindrical-coordinate representation of color #3A40D4: hue angle of 237.66º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A40D4 is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 58 64 212 -
CMYK 0.73 0.70 0 0.17
HSL 237.66º 0.64% 0.53% -
HSV(B) 237.66º 0.73% 0.83% -
XYZ 15.46 9.32 63.27 -
YUV 79.08 203.01 112.97 -
System Red Green Blue C M Y K H S L
Decimal 58 64 212 0.73 0.70 0 0.17 237.66 0.64 0.53
Hex 3A 40 D4 49 46 0 11 EE 40 35
Octal 72 100 324 111 106 0 21 356 100 65
Binary 111010 1000000 11010100 1001001 1000110 0 10001 11101110 1000000 110101

Color Harmonies of #3A40D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A40D4

Black with #3A40D4

Text Example


Text Example

White with #3A40D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A40D4; }

 p { color: rgb(58,64,212); }

 H1.HeaderClassName
 {
   color: #3A40D4;
 }
 .AnyTagClassName
 {
   color: #3A40D4;
 }
</style>

background-color css

<style>
 a { background-color: #3A40D4; }

 a { background-color: rgb(58,64,212); }

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

border-color css

<style>
 span { border-color: #3A40D4; }

 span { border-color: rgb(58,64,212); }

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