#4356C2

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

Shades of Free Speech Blue #4356C2

Tints of Free Speech Blue #4356C2

Color information

#4356C2 (or 0x4356C2) is unknown color: approx Free Speech Blue. HEX triplet: 43, 56 and C2. RGB value is (67,86,194). Sum of RGB (Red+Green+Blue) = 67+86+194=347 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.31% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 194 (76.17% from 255 or 55.91% from 347); Max value from RGB is 194 - color contains mainly: blue. Hex color #4356C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4356C2 is #BCA93D. Grayscale: #5C5C5C. Windows color (decimal): -12364094 or 12736067. OLE color: 12736067.

HSL color Cylindrical-coordinate representation of color #4356C2: hue angle of 231.02º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4356C2 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6786194-
CMYK0.650.5600.24
HSL231.02º51%51.18%-
HSV(B)231.02º65.46%76.08%-
XYZ15.3811.7452.5-
YUV92.63185.21109.72-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.31%
GREEN value IS 86 (33.98% from 255) = 24.78%
BLUE value IS 194 (76.17% from 255) = 55.91%
R=19.31%
G=24.78%
B=55.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal67861940.650.5600.24231.025151.18
Hex4356C24138018e73333
Octal103126302101700303476363
Binary1000011101011011000010100000111100001100011100111110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4356C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4356C2; }

 p { color: rgb(67,86,194); }

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

<style>
 a { background-color: #4356C2; }

 a { background-color: rgb(67,86,194); }

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

<style>
 span { border-color: #4356C2; }

 span { border-color: rgb(67,86,194); }

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