#384EBF

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

Shades of Free Speech Blue #384EBF

Tints of Free Speech Blue #384EBF

Color information

#384EBF (or 0x384EBF) is unknown color: approx Free Speech Blue. HEX triplet: 38, 4E and BF. RGB value is (56,78,191). Sum of RGB (Red+Green+Blue) = 56+78+191=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 191 (75% from 255 or 58.77% from 325); Max value from RGB is 191 - color contains mainly: blue. Hex color #384EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384EBF is #C7B140. Grayscale: #535353. Windows color (decimal): -13087041 or 12537400. OLE color: 12537400.

HSL color Cylindrical-coordinate representation of color #384EBF: hue angle of 230.22º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #384EBF is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5678191-
CMYK0.710.5900.25
HSL230.22º54.66%48.43%-
HSV(B)230.22º70.68%74.9%-
XYZ13.7610.0550.51-
YUV84.3188.21107.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.23%
GREEN value IS 78 (30.86% from 255) = 24%
BLUE value IS 191 (75% from 255) = 58.77%
R=17.23%
G=24%
B=58.77%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal56781910.710.5900.25230.2254.6648.43
Hex384EBF473B019e63730
Octal70116277107730313466760
Binary111000100111010111111100011111101101100111100110110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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