#394CCC

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

Shades of Free Speech Blue #394CCC

Tints of Free Speech Blue #394CCC

Color information

#394CCC (or 0x394CCC) is unknown color: approx Free Speech Blue. HEX triplet: 39, 4C and CC. RGB value is (57,76,204). Sum of RGB (Red+Green+Blue) = 57+76+204=337 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.91% from 337); Green value is 76 (30.08% from 255 or 22.55% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #394CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394CCC is #C6B333. Grayscale: #545454. Windows color (decimal): -13022004 or 13388857. OLE color: 13388857.

HSL color Cylindrical-coordinate representation of color #394CCC: hue angle of 232.24º 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 #394CCC is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5776204-
CMYK0.720.6300.2
HSL232.24º59.04%51.18%-
HSV(B)232.24º72.06%80%-
XYZ15.1710.458.33-
YUV84.91195.21108.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.91%
GREEN value IS 76 (30.08% from 255) = 22.55%
BLUE value IS 204 (80.08% from 255) = 60.53%
R=16.91%
G=22.55%
B=60.53%

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
Decimal57762040.720.6300.2232.2459.0451.18
Hex394CCC483F014e83b33
Octal71114314110770243507363
Binary111001100110011001100100100011111101010011101000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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