#3A69C1

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

Shades of Free Speech Blue #3A69C1

Tints of Free Speech Blue #3A69C1

Color information

#3A69C1 (or 0x3A69C1) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 69 and C1. RGB value is (58,105,193). Sum of RGB (Red+Green+Blue) = 58+105+193=356 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.29% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 193 (75.78% from 255 or 54.21% from 356); Max value from RGB is 193 - color contains mainly: blue. Hex color #3A69C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A69C1 is #C5963E. Grayscale: #646464. Windows color (decimal): -12949055 or 12675386. OLE color: 12675386.

HSL color Cylindrical-coordinate representation of color #3A69C1: hue angle of 219.11º 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 #3A69C1 is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB58105193-
CMYK0.700.4600.24
HSL219.11º53.78%49.22%-
HSV(B)219.11º69.95%75.69%-
XYZ16.4214.8552.45-
YUV100.98179.9397.34-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.29%
GREEN value IS 105 (41.41% from 255) = 29.49%
BLUE value IS 193 (75.78% from 255) = 54.21%
R=16.29%
G=29.49%
B=54.21%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal581051930.700.4600.24219.1153.7849.22
Hex3A69C1462E018db3631
Octal72151301106560303336661
Binary111010110100111000001100011010111001100011011011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A69C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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