Html Css Color HEX #3A47BA Free Speech Blue

📋 copy color: '#3A47BA'

red 58 ◦ green 71 ◦ blue 186

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

Shades of Free Speech Blue #3A47BA

Tints of Free Speech Blue #3A47BA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.54%

 BLUE value IS 186 (73.05% from 255) = 59.05%

R = 18.41%
G = 22.54%
B = 59.05%

CMYK

 C value IS 0.69

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3A47BA (or 0x3A47BA) is known color: Free Speech Blue. HEX triplet: 3A, 47 and BA. RGB value is (58,71,186). Sum of RGB (Red+Green+Blue) = 58+71+186=315 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.41% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #3A47BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A47BA is #C5B845. Grayscale: #4F4F4F. Windows color (decimal): -12957766 or 12207930. OLE color: 12207930.

HSL color Cylindrical-coordinate representation of color #3A47BA: hue angle of 233.91º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A47BA is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 58 71 186 -
CMYK 0.69 0.62 0 0.27
HSL 233.91º 0.52% 0.48% -
HSV(B) 233.91º 0.69% 0.73% -
XYZ 12.86 8.95 47.5 -
YUV 80.22 187.69 112.15 -
System Red Green Blue C M Y K H S L
Decimal 58 71 186 0.69 0.62 0 0.27 233.91 0.52 0.48
Hex 3A 47 BA 45 3E 0 1B EA 34 30
Octal 72 107 272 105 76 0 33 352 64 60
Binary 111010 1000111 10111010 1000101 111110 0 11011 11101010 110100 110000

Color Harmonies of #3A47BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A47BA

Black with #3A47BA

Text Example


Text Example

White with #3A47BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,71,186); }

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

background-color css

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

 a { background-color: rgb(58,71,186); }

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

border-color css

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

 span { border-color: rgb(58,71,186); }

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