#3A48DD

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

Shades of Free Speech Blue #3A48DD

Tints of Free Speech Blue #3A48DD

Color information

#3A48DD (or 0x3A48DD) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 48 and DD. RGB value is (58,72,221). Sum of RGB (Red+Green+Blue) = 58+72+221=351 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.52% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #3A48DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A48DD is #C5B722. Grayscale: #545454. Windows color (decimal): -12957475 or 14501946. OLE color: 14501946.

HSL color Cylindrical-coordinate representation of color #3A48DD: hue angle of 234.85º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A48DD is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5872221-
CMYK0.740.6700.13
HSL234.85º70.56%54.71%-
HSV(B)234.85º73.76%86.67%-
XYZ17.1110.7569.58-
YUV84.8204.86108.88-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.52%
GREEN value IS 72 (28.52% from 255) = 20.51%
BLUE value IS 221 (86.72% from 255) = 62.96%
R=16.52%
G=20.51%
B=62.96%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal58722210.740.6700.13234.8570.5654.71
Hex3A48DD4A430Deb4737
Octal7211033511210301535310767
Binary1110101001000110111011001010100001101101111010111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A48DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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