Html Css Color HEX #3A41AD Free Speech Blue

📋 copy color: '#3A41AD'

red 58 ◦ green 65 ◦ blue 173

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

Shades of Free Speech Blue #3A41AD

Tints of Free Speech Blue #3A41AD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.96%

 BLUE value IS 173 (67.97% from 255) = 58.45%

R = 19.59%
G = 21.96%
B = 58.45%

CMYK

 C value IS 0.66

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3A41AD (or 0x3A41AD) is known color: Free Speech Blue. HEX triplet: 3A, 41 and AD. RGB value is (58,65,173). Sum of RGB (Red+Green+Blue) = 58+65+173=296 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.59% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 173 (67.97% from 255 or 58.45% from 296); Max value from RGB is 173 - color contains mainly: blue. Hex color #3A41AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A41AD is #C5BE52. Grayscale: #4A4A4A. Windows color (decimal): -12959315 or 11354426. OLE color: 11354426.

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

Color convert

RGB 58 65 173 -
CMYK 0.66 0.62 0 0.32
HSL 236.35º 0.5% 0.45% -
HSV(B) 236.35º 0.66% 0.68% -
XYZ 11.18 7.7 40.43 -
YUV 75.22 183.18 115.72 -
System Red Green Blue C M Y K H S L
Decimal 58 65 173 0.66 0.62 0 0.32 236.35 0.5 0.45
Hex 3A 41 AD 42 3E 0 20 EC 32 2D
Octal 72 101 255 102 76 0 40 354 62 55
Binary 111010 1000001 10101101 1000010 111110 0 100000 11101100 110010 101101

Color Harmonies of #3A41AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A41AD

Black with #3A41AD

Text Example


Text Example

White with #3A41AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,65,173); }

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

background-color css

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

 a { background-color: rgb(58,65,173); }

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

border-color css

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

 span { border-color: rgb(58,65,173); }

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