#4341BA

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

Shades of Free Speech Blue #4341BA

Tints of Free Speech Blue #4341BA

Color information

#4341BA (or 0x4341BA) is unknown color: approx Free Speech Blue. HEX triplet: 43, 41 and BA. RGB value is (67,65,186). Sum of RGB (Red+Green+Blue) = 67+65+186=318 (42% of max value = 765). Red value is 67 (26.56% from 255 or 21.07% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #4341BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4341BA is #BCBE45. Grayscale: #4E4E4E. Windows color (decimal): -12369478 or 12206403. OLE color: 12206403.

HSL color Cylindrical-coordinate representation of color #4341BA: hue angle of 240.99º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4341BA is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6765186-
CMYK0.640.6500.27
HSL240.99º48.21%49.22%-
HSV(B)240.99º65.05%72.94%-
XYZ13.078.5247.41-
YUV79.39188.16119.16-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.07%
GREEN value IS 65 (25.78% from 255) = 20.44%
BLUE value IS 186 (73.05% from 255) = 58.49%
R=21.07%
G=20.44%
B=58.49%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal67651860.640.6500.27240.9948.2149.22
Hex4341BA404101Bf13031
Octal1031012721001010333616061
Binary10000111000001101110101000000100000101101111110001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4341BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4341BA; }

 p { color: rgb(67,65,186); }

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

<style>
 a { background-color: #4341BA; }

 a { background-color: rgb(67,65,186); }

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

<style>
 span { border-color: #4341BA; }

 span { border-color: rgb(67,65,186); }

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