#3A48C4

Color #3A48C4 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #3A48C4

Tints of Free Speech Blue #3A48C4

Color information

#3A48C4 (or 0x3A48C4) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 48 and C4. RGB value is (58,72,196). Sum of RGB (Red+Green+Blue) = 58+72+196=326 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.79% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 196 (76.95% from 255 or 60.12% from 326); Max value from RGB is 196 - color contains mainly: blue. Hex color #3A48C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A48C4 is #C5B73B. Grayscale: #515151. Windows color (decimal): -12957500 or 12863546. OLE color: 12863546.

HSL color Cylindrical-coordinate representation of color #3A48C4: hue angle of 233.91º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A48C4 is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB5872196-
CMYK0.700.6300.23
HSL233.91º54.33%49.8%-
HSV(B)233.91º70.41%76.86%-
XYZ14.039.5253.32-
YUV81.95192.36110.92-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.79%
GREEN value IS 72 (28.52% from 255) = 22.09%
BLUE value IS 196 (76.95% from 255) = 60.12%
R=17.79%
G=22.09%
B=60.12%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal58721960.700.6300.23233.9154.3349.8
Hex3A48C4463F017ea3632
Octal72110304106770273526662
Binary111010100100011000100100011011111101011111101010110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A48C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,72,196); }

 H1.HeaderClassName
 {
   color: #3A48C4;
 }
 .AnyTagClassName
 {
   color: #3A48C4;
 }
</style>
background-color css

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

 a { background-color: rgb(58,72,196); }

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

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

 span { border-color: rgb(58,72,196); }

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