#394CBC

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

Shades of Free Speech Blue #394CBC

Tints of Free Speech Blue #394CBC

Color information

#394CBC (or 0x394CBC) is unknown color: approx Free Speech Blue. HEX triplet: 39, 4C and BC. RGB value is (57,76,188). Sum of RGB (Red+Green+Blue) = 57+76+188=321 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.76% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #394CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394CBC is #C6B343. Grayscale: #525252. Windows color (decimal): -13022020 or 12340281. OLE color: 12340281.

HSL color Cylindrical-coordinate representation of color #394CBC: hue angle of 231.3º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #394CBC is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5776188-
CMYK0.700.6000.26
HSL231.3º53.47%48.04%-
HSV(B)231.3º69.68%73.73%-
XYZ13.359.6748.74-
YUV83.09187.21109.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.76%
GREEN value IS 76 (30.08% from 255) = 23.68%
BLUE value IS 188 (73.83% from 255) = 58.57%
R=17.76%
G=23.68%
B=58.57%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal57761880.700.6000.26231.353.4748.04
Hex394CBC463C01Ae73530
Octal71114274106740323476560
Binary111001100110010111100100011011110001101011100111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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