#394BCC

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

Shades of Free Speech Blue #394BCC

Tints of Free Speech Blue #394BCC

Color information

#394BCC (or 0x394BCC) is unknown color: approx Free Speech Blue. HEX triplet: 39, 4B and CC. RGB value is (57,75,204). Sum of RGB (Red+Green+Blue) = 57+75+204=336 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.96% from 336); Green value is 75 (29.69% from 255 or 22.32% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #394BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394BCC is #C6B433. Grayscale: #535353. Windows color (decimal): -13022260 or 13388601. OLE color: 13388601.

HSL color Cylindrical-coordinate representation of color #394BCC: hue angle of 232.65º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #394BCC is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5775204-
CMYK0.720.6300.2
HSL232.65º59.04%51.18%-
HSV(B)232.65º72.06%80%-
XYZ15.110.2658.31-
YUV84.32195.54108.51-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.96%
GREEN value IS 75 (29.69% from 255) = 22.32%
BLUE value IS 204 (80.08% from 255) = 60.71%
R=16.96%
G=22.32%
B=60.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal57752040.720.6300.2232.6559.0451.18
Hex394BCC483F014e93b33
Octal71113314110770243517363
Binary111001100101111001100100100011111101010011101001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,75,204); }

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

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

 a { background-color: rgb(57,75,204); }

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

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

 span { border-color: rgb(57,75,204); }

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