#3A67BE

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

Shades of Free Speech Blue #3A67BE

Tints of Free Speech Blue #3A67BE

Color information

#3A67BE (or 0x3A67BE) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 67 and BE. RGB value is (58,103,190). Sum of RGB (Red+Green+Blue) = 58+103+190=351 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.52% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A67BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A67BE is #C59841. Grayscale: #636363. Windows color (decimal): -12949570 or 12478266. OLE color: 12478266.

HSL color Cylindrical-coordinate representation of color #3A67BE: hue angle of 219.55º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A67BE is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB58103190-
CMYK0.690.4600.25
HSL219.55º53.23%48.63%-
HSV(B)219.55º69.47%74.51%-
XYZ15.8914.3250.64-
YUV99.46179.0998.43-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.52%
GREEN value IS 103 (40.62% from 255) = 29.34%
BLUE value IS 190 (74.61% from 255) = 54.13%
R=16.52%
G=29.34%
B=54.13%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal581031900.690.4600.25219.5553.2348.63
Hex3A67BE452E019dc3531
Octal72147276105560313346561
Binary111010110011110111110100010110111001100111011100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A67BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,103,190); }

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

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

 a { background-color: rgb(58,103,190); }

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

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

 span { border-color: rgb(58,103,190); }

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