#384ED6

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

Shades of Free Speech Blue #384ED6

Tints of Free Speech Blue #384ED6

Color information

#384ED6 (or 0x384ED6) is unknown color: approx Free Speech Blue. HEX triplet: 38, 4E and D6. RGB value is (56,78,214). Sum of RGB (Red+Green+Blue) = 56+78+214=348 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.09% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 214 (83.98% from 255 or 61.49% from 348); Max value from RGB is 214 - color contains mainly: blue. Hex color #384ED6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384ED6 is #C7B129. Grayscale: #565656. Windows color (decimal): -13087018 or 14044728. OLE color: 14044728.

HSL color Cylindrical-coordinate representation of color #384ED6: hue angle of 231.65º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #384ED6 is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5678214-
CMYK0.740.6400.16
HSL231.65º65.83%52.94%-
HSV(B)231.65º73.83%83.92%-
XYZ16.4911.1464.9-
YUV86.93199.71105.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.09%
GREEN value IS 78 (30.86% from 255) = 22.41%
BLUE value IS 214 (83.98% from 255) = 61.49%
R=16.09%
G=22.41%
B=61.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal56782140.740.6400.16231.6565.8352.94
Hex384ED64A40010e84235
Octal7011632611210002035010265
Binary11100010011101101011010010101000000010000111010001000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384ED6; }

 p { color: rgb(56,78,214); }

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

<style>
 a { background-color: #384ED6; }

 a { background-color: rgb(56,78,214); }

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

<style>
 span { border-color: #384ED6; }

 span { border-color: rgb(56,78,214); }

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