#394CD0

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

Shades of Free Speech Blue #394CD0

Tints of Free Speech Blue #394CD0

Color information

#394CD0 (or 0x394CD0) is unknown color: approx Free Speech Blue. HEX triplet: 39, 4C and D0. RGB value is (57,76,208). Sum of RGB (Red+Green+Blue) = 57+76+208=341 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.72% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 208 (81.64% from 255 or 61.00% from 341); Max value from RGB is 208 - color contains mainly: blue. Hex color #394CD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394CD0 is #C6B32F. Grayscale: #545454. Windows color (decimal): -13022000 or 13651001. OLE color: 13651001.

HSL color Cylindrical-coordinate representation of color #394CD0: hue angle of 232.45º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #394CD0 is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB5776208-
CMYK0.730.6300.18
HSL232.45º61.63%51.96%-
HSV(B)232.45º72.6%81.57%-
XYZ15.6610.5960.89-
YUV85.37197.21107.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.72%
GREEN value IS 76 (30.08% from 255) = 22.29%
BLUE value IS 208 (81.64% from 255) = 61.00%
R=16.72%
G=22.29%
B=61.00%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal57762080.730.6300.18232.4561.6351.96
Hex394CD0493F012e83e34
Octal71114320111770223507664
Binary111001100110011010000100100111111101001011101000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394CD0; }

 p { color: rgb(57,76,208); }

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

<style>
 a { background-color: #394CD0; }

 a { background-color: rgb(57,76,208); }

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

<style>
 span { border-color: #394CD0; }

 span { border-color: rgb(57,76,208); }

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