#4350AF

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

Shades of Free Speech Blue #4350AF

Tints of Free Speech Blue #4350AF

Color information

#4350AF (or 0x4350AF) is unknown color: approx Free Speech Blue. HEX triplet: 43, 50 and AF. RGB value is (67,80,175). Sum of RGB (Red+Green+Blue) = 67+80+175=322 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.81% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 175 (68.75% from 255 or 54.35% from 322); Max value from RGB is 175 - color contains mainly: blue. Hex color #4350AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4350AF is #BCAF50. Grayscale: #565656. Windows color (decimal): -12365649 or 11489347. OLE color: 11489347.

HSL color Cylindrical-coordinate representation of color #4350AF: hue angle of 232.78º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4350AF is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6780175-
CMYK0.620.5400.31
HSL232.78º44.63%47.45%-
HSV(B)232.78º61.71%68.63%-
XYZ12.9210.0341.81-
YUV86.94177.69113.78-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.81%
GREEN value IS 80 (31.64% from 255) = 24.84%
BLUE value IS 175 (68.75% from 255) = 54.35%
R=20.81%
G=24.84%
B=54.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal67801750.620.5400.31232.7844.6347.45
Hex4350AF3E3601Fe92d2f
Octal10312025776660373515557
Binary100001110100001010111111111011011001111111101001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4350AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4350AF; }

 p { color: rgb(67,80,175); }

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

<style>
 a { background-color: #4350AF; }

 a { background-color: rgb(67,80,175); }

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

<style>
 span { border-color: #4350AF; }

 span { border-color: rgb(67,80,175); }

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