#394BCE

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

Shades of Free Speech Blue #394BCE

Tints of Free Speech Blue #394BCE

Color information

#394BCE (or 0x394BCE) is unknown color: approx Free Speech Blue. HEX triplet: 39, 4B and CE. RGB value is (57,75,206). Sum of RGB (Red+Green+Blue) = 57+75+206=338 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.86% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #394BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394BCE is #C6B431. Grayscale: #545454. Windows color (decimal): -13022258 or 13519673. OLE color: 13519673.

HSL color Cylindrical-coordinate representation of color #394BCE: hue angle of 232.75º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #394BCE is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB5775206-
CMYK0.720.6400.19
HSL232.75º60.32%51.57%-
HSV(B)232.75º72.33%80.78%-
XYZ15.3410.3659.58-
YUV84.55196.54108.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.86%
GREEN value IS 75 (29.69% from 255) = 22.19%
BLUE value IS 206 (80.86% from 255) = 60.95%
R=16.86%
G=22.19%
B=60.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal57752060.720.6400.19232.7560.3251.57
Hex394BCE4840013e93c34
Octal711133161101000233517464
Binary1110011001011110011101001000100000001001111101001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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