#4342BA

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

Shades of Free Speech Blue #4342BA

Tints of Free Speech Blue #4342BA

Color information

#4342BA (or 0x4342BA) is unknown color: approx Free Speech Blue. HEX triplet: 43, 42 and BA. RGB value is (67,66,186). Sum of RGB (Red+Green+Blue) = 67+66+186=319 (42% of max value = 765). Red value is 67 (26.56% from 255 or 21.00% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #4342BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4342BA is #BCBD45. Grayscale: #4F4F4F. Windows color (decimal): -12369222 or 12206659. OLE color: 12206659.

HSL color Cylindrical-coordinate representation of color #4342BA: hue angle of 240.5º 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 #4342BA is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6766186-
CMYK0.640.6500.27
HSL240.5º47.62%49.41%-
HSV(B)240.5º64.52%72.94%-
XYZ13.138.6347.43-
YUV79.98187.83118.74-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.00%
GREEN value IS 66 (26.17% from 255) = 20.69%
BLUE value IS 186 (73.05% from 255) = 58.31%
R=21.00%
G=20.69%
B=58.31%

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
Decimal67661860.640.6500.27240.547.6249.41
Hex4342BA404101Bf03031
Octal1031022721001010333606061
Binary10000111000010101110101000000100000101101111110000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4342BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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