#3a43d4

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

Shades of Free Speech Blue #3A43D4

Tints of Free Speech Blue #3A43D4

Color information

#3A43D4 (or 0x3A43D4) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 43 and D4. RGB value is (58,67,212). Sum of RGB (Red+Green+Blue) = 58+67+212=337 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.21% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 212 (83.20% from 255 or 62.91% from 337); Max value from RGB is 212 - color contains mainly: blue. Hex color #3A43D4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A43D4 is #C5BC2B. Grayscale: #505050. Windows color (decimal): -12958764 or 13910842. OLE color: 13910842.

HSL color Cylindrical-coordinate representation of color #3A43D4: hue angle of 236.49º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A43D4 is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB5867212-
CMYK0.730.6800.17
HSL236.49º64.17%52.94%-
HSV(B)236.49º72.64%83.14%-
XYZ15.649.6763.33-
YUV80.84202.02111.71-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.21%
GREEN value IS 67 (26.56% from 255) = 19.88%
BLUE value IS 212 (83.20% from 255) = 62.91%
R=17.21%
G=19.88%
B=62.91%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal58672120.730.6800.17236.4964.1752.94
Hex3A43D44944011ec4035
Octal7210332411110402135410065
Binary11101010000111101010010010011000100010001111011001000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a43d4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,67,212); }

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

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

 a { background-color: rgb(58,67,212); }

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

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

 span { border-color: rgb(58,67,212); }

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