#434DD8

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

Shades of Free Speech Blue #434DD8

Tints of Free Speech Blue #434DD8

Color information

#434DD8 (or 0x434DD8) is unknown color: approx Free Speech Blue. HEX triplet: 43, 4D and D8. RGB value is (67,77,216). Sum of RGB (Red+Green+Blue) = 67+77+216=360 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.61% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 216 (84.77% from 255 or 60% from 360); Max value from RGB is 216 - color contains mainly: blue. Hex color #434DD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #434DD8 is #BCB227. Grayscale: #595959. Windows color (decimal): -12366376 or 14175555. OLE color: 14175555.

HSL color Cylindrical-coordinate representation of color #434DD8: hue angle of 235.97º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #434DD8 is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB6777216-
CMYK0.690.6400.15
HSL235.97º65.64%55.49%-
HSV(B)235.97º68.98%84.71%-
XYZ17.3611.4666.26-
YUV89.86199.19111.7-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.61%
GREEN value IS 77 (30.47% from 255) = 21.39%
BLUE value IS 216 (84.77% from 255) = 60%
R=18.61%
G=21.39%
B=60%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal67772160.690.6400.15235.9765.6455.49
Hex434DD845400Fec4237
Octal10311533010510001735410267
Binary10000111001101110110001000101100000001111111011001000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,77,216); }

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

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

 a { background-color: rgb(67,77,216); }

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

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

 span { border-color: rgb(67,77,216); }

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