Html Css Color HEX #3A40AC Free Speech Blue

📋 copy color: '#3A40AC'

red 58 ◦ green 64 ◦ blue 172

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

Shades of Free Speech Blue #3A40AC

Tints of Free Speech Blue #3A40AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 58.5%

R = 19.73%
G = 21.77%
B = 58.5%

CMYK

 C value IS 0.66

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3A40AC (or 0x3A40AC) is known color: Free Speech Blue. HEX triplet: 3A, 40 and AC. RGB value is (58,64,172). Sum of RGB (Red+Green+Blue) = 58+64+172=294 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.73% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 172 (67.58% from 255 or 58.50% from 294); Max value from RGB is 172 - color contains mainly: blue. Hex color #3A40AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A40AC is #C5BF53. Grayscale: #4A4A4A. Windows color (decimal): -12959572 or 11288634. OLE color: 11288634.

HSL color Cylindrical-coordinate representation of color #3A40AC: hue angle of 236.84º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A40AC is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 58 64 172 -
CMYK 0.66 0.63 0 0.33
HSL 236.84º 0.5% 0.45% -
HSV(B) 236.84º 0.66% 0.67% -
XYZ 11.02 7.54 39.9 -
YUV 74.52 183.01 116.22 -
System Red Green Blue C M Y K H S L
Decimal 58 64 172 0.66 0.63 0 0.33 236.84 0.5 0.45
Hex 3A 40 AC 42 3F 0 21 ED 32 2D
Octal 72 100 254 102 77 0 41 355 62 55
Binary 111010 1000000 10101100 1000010 111111 0 100001 11101101 110010 101101

Color Harmonies of #3A40AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A40AC

Black with #3A40AC

Text Example


Text Example

White with #3A40AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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