#434EB4

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

Shades of Free Speech Blue #434EB4

Tints of Free Speech Blue #434EB4

Color information

#434EB4 (or 0x434EB4) is unknown color: approx Free Speech Blue. HEX triplet: 43, 4E and B4. RGB value is (67,78,180). Sum of RGB (Red+Green+Blue) = 67+78+180=325 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.62% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 180 (70.70% from 255 or 55.38% from 325); Max value from RGB is 180 - color contains mainly: blue. Hex color #434EB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #434EB4 is #BCB14B. Grayscale: #555555. Windows color (decimal): -12366156 or 11816515. OLE color: 11816515.

HSL color Cylindrical-coordinate representation of color #434EB4: hue angle of 234.16º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #434EB4 is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6778180-
CMYK0.630.5700.29
HSL234.16º45.75%48.43%-
HSV(B)234.16º62.78%70.59%-
XYZ13.289.9444.4-
YUV86.34180.86114.21-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.62%
GREEN value IS 78 (30.86% from 255) = 24%
BLUE value IS 180 (70.70% from 255) = 55.38%
R=20.62%
G=24%
B=55.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal67781800.630.5700.29234.1645.7548.43
Hex434EB43F3901Dea2e30
Octal10311626477710353525660
Binary100001110011101011010011111111100101110111101010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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