#434FD1

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

Shades of Free Speech Blue #434FD1

Tints of Free Speech Blue #434FD1

Color information

#434FD1 (or 0x434FD1) is unknown color: approx Free Speech Blue. HEX triplet: 43, 4F and D1. RGB value is (67,79,209). Sum of RGB (Red+Green+Blue) = 67+79+209=355 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.87% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 209 (82.03% from 255 or 58.87% from 355); Max value from RGB is 209 - color contains mainly: blue. Hex color #434FD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #434FD1 is #BCB02E. Grayscale: #595959. Windows color (decimal): -12365871 or 13717315. OLE color: 13717315.

HSL color Cylindrical-coordinate representation of color #434FD1: hue angle of 234.93º 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 #434FD1 is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6779209-
CMYK0.680.6200.18
HSL234.93º60.68%54.12%-
HSV(B)234.93º67.94%81.96%-
XYZ16.6211.3961.64-
YUV90.23195.02111.43-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.87%
GREEN value IS 79 (31.25% from 255) = 22.25%
BLUE value IS 209 (82.03% from 255) = 58.87%
R=18.87%
G=22.25%
B=58.87%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal67792090.680.6200.18234.9360.6854.12
Hex434FD1443E012eb3d36
Octal103117321104760223537566
Binary1000011100111111010001100010011111001001011101011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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