Html Css Color HEX #3A53C1 Free Speech Blue

📋 copy color: '#3A53C1'

red 58 ◦ green 83 ◦ blue 193

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

Shades of Free Speech Blue #3A53C1

Tints of Free Speech Blue #3A53C1

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.85%

 BLUE value IS 193 (75.78% from 255) = 57.78%

R = 17.37%
G = 24.85%
B = 57.78%

CMYK

 C value IS 0.70

 M value IS 0.57

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3A53C1 (or 0x3A53C1) is known color: Free Speech Blue. HEX triplet: 3A, 53 and C1. RGB value is (58,83,193). Sum of RGB (Red+Green+Blue) = 58+83+193=334 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.37% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 193 (75.78% from 255 or 57.78% from 334); Max value from RGB is 193 - color contains mainly: blue. Hex color #3A53C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A53C1 is #C5AC3E. Grayscale: #575757. Windows color (decimal): -12954687 or 12669754. OLE color: 12669754.

HSL color Cylindrical-coordinate representation of color #3A53C1: hue angle of 228.89º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A53C1 is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 58 83 193 -
CMYK 0.70 0.57 0 0.24
HSL 228.89º 0.54% 0.49% -
HSV(B) 228.89º 0.7% 0.76% -
XYZ 14.46 10.94 51.8 -
YUV 88.07 187.22 106.56 -
System Red Green Blue C M Y K H S L
Decimal 58 83 193 0.70 0.57 0 0.24 228.89 0.54 0.49
Hex 3A 53 C1 46 39 0 18 E5 36 31
Octal 72 123 301 106 71 0 30 345 66 61
Binary 111010 1010011 11000001 1000110 111001 0 11000 11100101 110110 110001

Color Harmonies of #3A53C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A53C1

Black with #3A53C1

Text Example


Text Example

White with #3A53C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,83,193); }

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

background-color css

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

 a { background-color: rgb(58,83,193); }

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

border-color css

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

 span { border-color: rgb(58,83,193); }

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