#434FBE

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

Shades of Free Speech Blue #434FBE

Tints of Free Speech Blue #434FBE

Color information

#434FBE (or 0x434FBE) is unknown color: approx Free Speech Blue. HEX triplet: 43, 4F and BE. RGB value is (67,79,190). Sum of RGB (Red+Green+Blue) = 67+79+190=336 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.94% from 336); Green value is 79 (31.25% from 255 or 23.51% from 336); Blue value is 190 (74.61% from 255 or 56.55% from 336); Max value from RGB is 190 - color contains mainly: blue. Hex color #434FBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #434FBE is #BCB041. Grayscale: #575757. Windows color (decimal): -12365890 or 12472131. OLE color: 12472131.

HSL color Cylindrical-coordinate representation of color #434FBE: hue angle of 234.15º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #434FBE is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6779190-
CMYK0.650.5800.25
HSL234.15º48.62%50.39%-
HSV(B)234.15º64.74%74.51%-
XYZ14.410.549.98-
YUV88.07185.52112.97-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.94%
GREEN value IS 79 (31.25% from 255) = 23.51%
BLUE value IS 190 (74.61% from 255) = 56.55%
R=19.94%
G=23.51%
B=56.55%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal67791900.650.5800.25234.1548.6250.39
Hex434FBE413A019ea3132
Octal103117276101720313526162
Binary1000011100111110111110100000111101001100111101010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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