#434ed1

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

Shades of Free Speech Blue #434ED1

Tints of Free Speech Blue #434ED1

Color information

#434ED1 (or 0x434ED1) is unknown color: approx Free Speech Blue. HEX triplet: 43, 4E and D1. RGB value is (67,78,209). Sum of RGB (Red+Green+Blue) = 67+78+209=354 (46% of max value = 765). Red value is 67 (26.56% from 255 or 18.93% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 209 (82.03% from 255 or 59.04% from 354); Max value from RGB is 209 - color contains mainly: blue. Hex color #434ED1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #434ED1 is #BCB12E. Grayscale: #595959. Windows color (decimal): -12366127 or 13717059. OLE color: 13717059.

HSL color Cylindrical-coordinate representation of color #434ED1: hue angle of 235.35º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #434ED1 is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6778209-
CMYK0.680.6300.18
HSL235.35º60.68%54.12%-
HSV(B)235.35º67.94%81.96%-
XYZ16.5511.2561.62-
YUV89.64195.36111.85-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.93%
GREEN value IS 78 (30.86% from 255) = 22.03%
BLUE value IS 209 (82.03% from 255) = 59.04%
R=18.93%
G=22.03%
B=59.04%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal67782090.680.6300.18235.3560.6854.12
Hex434ED1443F012eb3d36
Octal103116321104770223537566
Binary1000011100111011010001100010011111101001011101011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434ed1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434ed1; }

 p { color: rgb(67,78,209); }

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

<style>
 a { background-color: #434ed1; }

 a { background-color: rgb(67,78,209); }

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

<style>
 span { border-color: #434ed1; }

 span { border-color: rgb(67,78,209); }

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